Searched refs:saltLen (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 44 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion);
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 346 uint32_t saltLen, const uint64_t templateId) in WriteAddPinInfo() 354 ret = WritePinFile(salt, saltLen, templateId, SALT_SUFFIX); in WriteAddPinInfo() 631 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion) in DoGetAlgoParameter() argument 633 if (salt == NULL || saltLen == NULL || templateId == INVALID_TEMPLATE_ID || algoVersion == NULL) { in DoGetAlgoParameter() 648 ret = ReadPinFile(salt, *saltLen, templateId, SALT_SUFFIX); in DoGetAlgoParameter() 345 WriteAddPinInfo(const Buffer *secret, const Buffer *pinCredentialData, uint8_t *salt, uint32_t saltLen, const uint64_t templateId) WriteAddPinInfo() argument
|
Completed in 4 milliseconds