Searched defs:algoParameter (Results 1 – 7 of 7) sorted by relevance
| /drivers/peripheral/pin_auth/hdi_service/service/inc/ |
| D | all_in_one_impl.h | 62 std::vector<uint8_t> algoParameter; member
|
| /drivers/peripheral/pin_auth/hdi_service/main/inc/ |
| D | pin_auth.h | 39 std::vector<uint8_t> algoParameter; member
|
| D | executor_func_common.h | 71 uint8_t algoParameter[CONST_SALT_LEN]; member
|
| /drivers/peripheral/pin_auth/hdi_service/service/src/ |
| D | all_in_one_impl.cpp | 102 …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/ |
| D | pin_auth_hdi_fuzzer.cpp | 54 …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/ |
| D | pin_auth.cpp | 133 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
|
| /drivers/peripheral/pin_auth/hdi_service/database/src/ |
| D | pin_db.c | 1122 static ResultCode GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, in GenerateSalt() 1156 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t … in DoGenerateAlgoParameter()
|