Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c514 static int32_t DoAes256GcmDecryptNoPadding(const Buffer *cipherInfo, const Buffer *key, Buffer *pla… in DoAes256GcmDecryptNoPadding() function
558 if (DoAes256GcmDecryptNoPadding(cipherInfo, key, plaintext) != RESULT_SUCCESS) { in Aes256GcmDecryptNoPadding()