Home
last modified time | relevance | path

Searched refs:inputPinData (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h48 ResultCode AuthPinById(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, ResultCode *compareRet);
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c989 ResultCode AuthPinById(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, ResultCode *compareRet) in AuthPinById() argument
991 if (!CheckBufferWithSize(inputPinData, CONST_PIN_DATA_LEN) || in AuthPinById()
1023 *compareRet = ProcessAuthPin(storeData, inputPinData, templateId, outRootSecret); in AuthPinById()

Completed in 3 milliseconds