/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | framework_scrypt_scrypt_test.cpp | 46 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable 56 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable
|
H A D | pin_auth_executor_callback_hdi_unit_test.cpp | 75 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable 102 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable 130 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable 238 std::vector<uint8_t> algoParameter = {1, 2, 3, 4, 5}; variable
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/ |
H A D | all_in_one_impl.h | 60 std::vector<uint8_t> algoParameter; member
|
/ohos5.0/base/useriam/pin_auth/frameworks/scrypt/inc/ |
H A D | scrypt.h | 36 … explicit Scrypt(std::vector<uint8_t> algoParameter) : algoParameter_(std::move(algoParameter)) {} in Scrypt()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | pin_auth.h | 37 std::vector<uint8_t> algoParameter; member
|
H A D | executor_func_common.h | 70 uint8_t algoParameter[CONST_SALT_LEN]; member
|
/ohos5.0/base/useriam/pin_auth/frameworks/ipc/common_defines/ |
H A D | inputer_get_data.h | 41 std::vector<uint8_t> algoParameter; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | all_in_one_impl.cpp | 101 …const sptr<HdiIExecutorCallback> &callbackObj, std::vector<uint8_t> &algoParameter, uint32_t &algo… in EnrollInner() 140 std::vector<uint8_t> algoParameter; in Enroll() local 161 …l::AuthenticateInner(uint64_t scheduleId, uint64_t templateId, std::vector<uint8_t> &algoParameter, in AuthenticateInner()
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_callback_hdi.cpp | 109 int32_t PinAuthExecutorCallbackHdi::OnGetData(const std::vector<uint8_t> &algoParameter, uint64_t a… in OnGetData()
|
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthexecutorcallbackhdi_fuzzer/ |
H A D | pin_auth_executor_callback_hdi_fuzzer.cpp | 109 std::vector<uint8_t> algoParameter; in FuzzOnGetData() local
|
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 54 …int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVe… in OnGetData()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 1074 static ResultCode GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, in GenerateSalt() 1108 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t … in DoGenerateAlgoParameter()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 149 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
|