Home
last modified time | relevance | path

Searched defs:templateId (Results 1 - 22 of 22) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h30 uint64_t templateId; member
36 uint64_t templateId; member
/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H A Dsignature_operation.h31 uint64_t templateId; member
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v1.h32 uint64_t templateId; member
H A Dpin_db_ops_v0.h30 uint64_t templateId; member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h36 uint64_t templateId; member
/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h47 uint64_t templateId; member
H A Didm_common.h34 uint64_t templateId; member
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp112 uint64_t templateId = 0; in HWTEST_F() local
H A Dpin_db_test.cpp61 uint64_t templateId = 0; in HWTEST_F() local
125 uint64_t templateId = 0; in HWTEST_F() local
174 uint64_t templateId = 0; HWTEST_F() local
217 uint64_t templateId = 0; HWTEST_F() local
257 uint64_t templateId = 0; HWTEST_F() local
297 uint64_t templateId = 0; HWTEST_F() local
[all...]
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops_base.c61 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName() argument
102 ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile() argument
130 ResultCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile() argument
H A Dpin_db.c113 static ResultCode RemovePinFile(const uint64_t templateId, const char *suffix, bool needCover) in RemovePinFile() argument
144 static ResultCode RemoveAllFile(uint64_t templateId) in RemoveAllFile() argument
171 uint64_t templateId = INVALID_TEMPLATE_ID; in GeneratePinTemplateId() local
190 DelPin(uint64_t templateId) DelPin() argument
242 SearchPinIndex(uint64_t templateId, uint32_t *index) SearchPinIndex() argument
264 DelPinById(uint64_t templateId) DelPinById() argument
288 InitPinInfo(PinInfoV1 *pinInfo, uint64_t templateId, uint64_t subType) InitPinInfo() argument
301 InitPinIndex(PinIndexV1 *pinIndex, uint64_t templateId, uint64_t subType) InitPinIndex() argument
307 AddPinInDb(uint64_t templateId, uint64_t subType) AddPinInDb() argument
345 WriteAddPinInfo(const Buffer *secret, const Buffer *pinCredentialData, uint8_t *salt, uint32_t saltLen, const uint64_t templateId) WriteAddPinInfo() argument
548 ProcessAddPin(const Buffer *deviceKey, const Buffer *secret, PinEnrollParam *pinEnrollParam, uint64_t *templateId) ProcessAddPin() argument
588 AddPin(PinEnrollParam *pinEnrollParam, uint64_t *templateId, Buffer *outRootSecret) AddPin() argument
631 DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion) DoGetAlgoParameter() argument
659 GetAntiBruteCountById(uint64_t templateId, uint32_t *count) GetAntiBruteCountById() argument
670 RefreshAntiBruteInfoToFile(uint64_t templateId) RefreshAntiBruteInfoToFile() argument
690 SetAntiBruteInfoById(uint64_t templateId, uint32_t count, uint64_t startFreezeTime) SetAntiBruteInfoById() argument
708 GetSubType(uint64_t templateId, uint64_t *subType) GetSubType() argument
730 GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTime) GetAntiBruteInfo() argument
813 ComputeFreezeTime(uint64_t templateId, uint32_t *freezeTime, uint32_t count, uint64_t startFreezeTime) ComputeFreezeTime() argument
856 GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount) GetRemainTimes() argument
870 ClearAntiBruteInfoById(uint64_t templateId) ClearAntiBruteInfoById() argument
881 UpdateAntiBruteFile(uint64_t templateId, bool authResultSucc) UpdateAntiBruteFile() argument
943 ProcessAuthPin( const Buffer *storeData, const Buffer *inputData, uint64_t templateId, Buffer *outRootSecret) ProcessAuthPin() argument
989 AuthPinById(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, ResultCode *compareRet) AuthPinById() argument
[all...]
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp62 uint64_t templateId = 0; in HWTEST_F() local
115 uint64_t templateId = 0; in HWTEST_F() local
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c56 uint64_t templateId = INVALID_TEMPLATE_ID; in DoEnrollPin() local
78 ResultCode DoAllInOneAuth(uint64_t scheduleId, uint64_t templateId, in DoAllInOneAuth() argument
25 GenerateResultTlv( Buffer *retTlv, int32_t resultCode, uint64_t scheduleId, uint64_t templateId, Buffer *rootSecret) GenerateResultTlv() argument
142 DoDeleteTemplate(uint64_t templateId) DoDeleteTemplate() argument
215 DoWriteAntiBruteInfoToFile(uint64_t templateId) DoWriteAntiBruteInfoToFile() argument
[all...]
H A Dverifier_func.c36 uint64_t templateId; member
285 int32_t DoVerifierAuth(uint64_t scheduleId, uint64_t templateId, VerifierMsg *verifierMsg) in DoVerifierAuth() argument
[all...]
H A Dexecutor_func_common.c354 int32_t DoQueryPinInfo(uint64_t templateId, PinCredentialInfos *pinCredentialInfo) in DoQueryPinInfo() argument
380 bool SetResultDataInfo(Attribute *attribute, int32_t resultCode, uint64_t templateId, Buffer *rootSecret) in SetResultDataInfo() argument
331 GetSubTypeAndFreezeTime( uint64_t *subType, uint64_t templateId, uint32_t *freezeTime, uint32_t *count) GetSubTypeAndFreezeTime() argument
[all...]
H A Dpin_auth.cpp204 int32_t PinAuth::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &pinData, in AuthPin() argument
246 int32_t PinAuth::QueryPinInfo(uint64_t templateId, PinCredentialInfo &pinCredentialInfoRet) in QueryPinInfo() argument
265 int32_t PinAuth::DeleteTemplate(uint64_t templateId) in DeleteTemplate() argument
340 void PinAuth::WriteAntiBrute(uint64_t templateId) in WriteAntiBrute() argument
175 AllInOneAuth( uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &extraInfo, PinAlgoParam &pinAlgoParam) AllInOneAuth() argument
480 VerifierAuth( uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &extraInfo, std::vector<uint8_t> &msgOut) VerifierAuth() argument
[all...]
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp201 static bool GetTemplateIdFromTlv(std::vector<uint8_t> resultTlv, uint64_t &templateId) in GetTemplateIdFromTlv() argument
266 uint64_t templateId = 0; in HWTEST_F() local
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp178 uint64_t templateId = parcel.ReadUint64(); in FuzzDelete() local
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp161 int32_t AllInOneImpl::AuthenticateInner(uint64_t scheduleId, uint64_t templateId, std::vector<uint8_t> &algoParameter, in AuthenticateInner() argument
235 int32_t AllInOneImpl::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &data, in AuthPin() argument
296 int32_t AllInOneImpl::Delete(uint64_t templateId) in Delete() argument
338 uint64_t templateId = templateIdList[0]; GetProperty() local
[all...]
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp205 constexpr uint64_t templateId = 456; in HWTEST_F() local
289 constexpr uint64_t templateId = 123; in HWTEST_F() local
339 constexpr uint64_t templateId = 123; in HWTEST_F() local
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp668 constexpr uint64_t templateId = 20; in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c973 void SetCredentialConditionTemplateId(CredentialCondition *condition, uint64_t templateId) in SetCredentialConditionTemplateId() argument

Completed in 14 milliseconds