Home
last modified time | relevance | path

Searched defs:algoVersion (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dframework_scrypt_scrypt_test.cpp49 uint32_t algoVersion = 1; variable
59 uint32_t algoVersion = 100; variable
H A Dpin_auth_executor_callback_hdi_unit_test.cpp77 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 Dscrypt.cpp50 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 Dpin_auth.h35 uint32_t algoVersion; member
H A Dexecutor_func_common.h68 uint32_t algoVersion; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v1.h31 uint32_t algoVersion; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp101 …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 Dpin_auth_executor_callback_hdi.cpp110 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 Dpin_auth_executor_callback_hdi_fuzzer.cpp111 uint32_t algoVersion = parcel.ReadUint32(); in FuzzOnGetData() local
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp135 uint32_t algoVersion; variable
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp54 …_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 Dverifier_func.c202 uint32_t algoVersion = 0; in SetVerifyAckDataPinParam() local
H A Dpin_auth.cpp149 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 Dpin_db.c631 …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()