Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/aes/
Dfsl_aes.c994 static status_t aes_gcm_process(AES_Type *base, in aes_gcm_process() function
1236aes_gcm_process(base, kAES_ModeEncrypt, plaintext, size, iv, ivSize, aad, aadSize, ciphertext, tag… in AES_EncryptTagGcm()
1280 …status = aes_gcm_process(base, kAES_ModeDecrypt, ciphertext, size, iv, ivSize, aad, aadSize, plain… in AES_DecryptTagGcm()