Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/service/inc/
Dall_in_one_impl.h62 std::vector<uint8_t> algoParameter; member
/drivers/peripheral/pin_auth/hdi_service/main/inc/
Dpin_auth.h39 std::vector<uint8_t> algoParameter; member
Dexecutor_func_common.h71 uint8_t algoParameter[CONST_SALT_LEN]; member
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dall_in_one_impl.cpp102 …const sptr<HdiIExecutorCallback> &callbackObj, std::vector<uint8_t> &algoParameter, uint32_t &algo… in EnrollInner()
141 std::vector<uint8_t> algoParameter; in Enroll() local
162 …l::AuthenticateInner(uint64_t scheduleId, uint64_t templateId, std::vector<uint8_t> &algoParameter, in AuthenticateInner()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp54 …int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVe… in OnGetData()
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp133 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c1122 static ResultCode GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, in GenerateSalt()
1156 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t … in DoGenerateAlgoParameter()