/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | framework_scrypt_scrypt_test.cpp | 49 uint32_t algoVersion = 1; variable 59 uint32_t algoVersion = 100; variable
|
H A D | pin_auth_executor_callback_hdi_unit_test.cpp | 77 uint32_t algoVersion = 0; variable 104 uint32_t algoVersion = 0; variable 132 uint32_t algoVersion = 0; variable 240 uint32_t algoVersion = 0; variable
|
/ohos5.0/base/useriam/pin_auth/frameworks/scrypt/src/ |
H A D | scrypt.cpp | 50 bool Scrypt::DoScrypt(const std::vector<uint8_t> &data, uint32_t algoVersion, EVP_PKEY_CTX *pctx) in DoScrypt() 82 std::vector<uint8_t> Scrypt::GetScrypt(const std::vector<uint8_t> &data, uint32_t algoVersion) in GetScrypt()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | pin_auth.h | 35 uint32_t algoVersion; member
|
H A D | executor_func_common.h | 68 uint32_t algoVersion; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db_ops_v1.h | 31 uint32_t algoVersion; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | all_in_one_impl.cpp | 101 …ptr<HdiIExecutorCallback> &callbackObj, std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in EnrollInner() 141 uint32_t algoVersion = 0; in Enroll() local
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_callback_hdi.cpp | 110 uint32_t algoVersion, const std::vector<uint8_t> &challenge, const std::string &complexityReg) 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 | 111 uint32_t algoVersion = parcel.ReadUint32(); in FuzzOnGetData() local
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 135 uint32_t algoVersion; variable
|
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 54 …_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion, in OnGetData()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | verifier_func.c | 202 uint32_t algoVersion = 0; in SetVerifyAckDataPinParam() local
|
H A D | pin_auth.cpp | 149 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 631 …de DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion) in DoGetAlgoParameter() 1108 …GenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t *algoVersion, in DoGenerateAlgoParameter()
|