Searched refs:storeData (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 944 const Buffer *storeData, const Buffer *inputData, uint64_t templateId, Buffer *outRootSecret) in ProcessAuthPin() 969 pinDecodeCredential = GenerateDecodeCredential(deviceKey, storeData); in ProcessAuthPin() 1011 Buffer *storeData = CreateBufferBySize(CONST_PIN_DATA_EXPAND_LEN); in AuthPinById() local 1012 if (!IsBufferValid(storeData)) { in AuthPinById() 1013 LOG_ERROR("generate storeData fail."); in AuthPinById() 1016 ret = ReadPinFile(storeData->buf, storeData->maxSize, templateId, CRYPTO_SUFFIX); in AuthPinById() 1019 DestroyBuffer(storeData); in AuthPinById() 1022 storeData->contentSize = storeData in AuthPinById() 943 ProcessAuthPin( const Buffer *storeData, const Buffer *inputData, uint64_t templateId, Buffer *outRootSecret) ProcessAuthPin() argument [all...] |
Completed in 2 milliseconds