Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/aes/
Dfsl_aes.c1008 uint8_t blkJ0[16] = {0}; in aes_gcm_process() local
1067 aes_get_gf128(base, blkJ0); in aes_gcm_process()
1068 aes_gcm_incr32(blkJ0); in aes_gcm_process()
1080 (void)aes_memcpy(blkJ0, iv, 12); in aes_gcm_process()
1081blkJ0[15] = 0x02U; /* add one to Counter for the first encryption with plaintext - see GCM specifi… in aes_gcm_process()
1117 aes_set_holding(base, blkJ0); in aes_gcm_process()
1162 aes_gcm_dec32(blkJ0); in aes_gcm_process()
1163 aes_gcm_one_block_input_only(base, blkJ0); in aes_gcm_process()