Searched refs:inputPinData (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 48 ResultCode AuthPinById(const Buffer *inputPinData, uint64_t templateId, Buffer *outRootSecret, Resu…
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 989 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()
|