Home
last modified time | relevance | path

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

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