Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/aes/
Dfsl_aes.c1011 uint32_t saveAadSize; in aes_gcm_process() local
1028 saveAadSize = aadSize; in aes_gcm_process()
1169 if (saveAadSize != 0U) in aes_gcm_process()
1171 aes_set_unaligned_from_word(swap_bytes(saveAadSize * 8u), &blkZero[4]); in aes_gcm_process()