Home
last modified time | relevance | path

Searched defs:algoParameter (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dframework_scrypt_scrypt_test.cpp46 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 Dpin_auth_executor_callback_hdi_unit_test.cpp75 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 Dall_in_one_impl.h60 std::vector<uint8_t> algoParameter; member
/ohos5.0/base/useriam/pin_auth/frameworks/scrypt/inc/
H A Dscrypt.h36 … 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 Dpin_auth.h37 std::vector<uint8_t> algoParameter; member
H A Dexecutor_func_common.h70 uint8_t algoParameter[CONST_SALT_LEN]; member
/ohos5.0/base/useriam/pin_auth/frameworks/ipc/common_defines/
H A Dinputer_get_data.h41 std::vector<uint8_t> algoParameter; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp101 …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 Dpin_auth_executor_callback_hdi.cpp109 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 Dpin_auth_executor_callback_hdi_fuzzer.cpp109 std::vector<uint8_t> algoParameter; in FuzzOnGetData() local
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp54 …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 Dpin_db.c1074 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 Dpin_auth.cpp149 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()