Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c948 Buffer *pinDecodeCredential = NULL; in ProcessAuthPin() local
969 pinDecodeCredential = GenerateDecodeCredential(deviceKey, storeData); in ProcessAuthPin()
970 if (!CheckBufferWithSize(pinDecodeCredential, inputData->contentSize)) { in ProcessAuthPin()
974 if (CompareBuffer(inputData, pinDecodeCredential)) { in ProcessAuthPin()
982 DestroyBuffer(pinDecodeCredential); in ProcessAuthPin()