Searched refs:pinDecodeCredential (Results 1 – 1 of 1) sorted by relevance
948 Buffer *pinDecodeCredential = NULL; in ProcessAuthPin() local969 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()