Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/service/src/
Dexecutor_impl.cpp126 …const sptr<IExecutorCallbackV1_0> &callbackObj, std::vector<uint8_t> &algoParameter, uint32_t &alg… in EnrollInner()
159 std::vector<uint8_t> algoParameter; in Enroll() local
192 std::vector<uint8_t> algoParameter; in EnrollV1_1() local
225 std::vector<uint8_t> algoParameter; in Authenticate() local
244 …l::AuthenticateInner(uint64_t scheduleId, uint64_t templateId, std::vector<uint8_t> &algoParameter, in AuthenticateInner()
284 std::vector<uint8_t> algoParameter; in AuthenticateV1_1() local
342 std::vector<uint8_t> algoParameter(0, 0); in OnSetData() local
412 …xecutorCallbackV1_0> callback, const uint64_t templateId, const std::vector<uint8_t> algoParameter) in AddScheduleInfo()
432 … sptr<IExecutorCallbackV1_0> &callback, uint64_t &templateId, std::vector<uint8_t> &algoParameter) in GetScheduleInfo()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
Dexecutor_impl.h72 std::vector<uint8_t> algoParameter; member
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp132 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
158 int32_t PinAuth::GetAlgoParameter(uint64_t templateId, std::vector<uint8_t> &algoParameter, uint32_… in GetAlgoParameter()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp52 …int32_t OnGetData(uint64_t scheduleId, const std::vector<uint8_t> &algoParameter, uint64_t authSub… in OnGetData()
59 …int32_t OnGetDataV1_1(uint64_t scheduleId, const std::vector<uint8_t> &algoParameter, uint64_t aut… in OnGetDataV1_1()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c1012 static ResultCode GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, in GenerateSalt()
1046 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t … in DoGenerateAlgoParameter()