Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_ccm_mode.c51 #define HW_AES_BLOCK_LAST_WORD (3) macro
139 for (index = 0; index <= HW_AES_BLOCK_LAST_WORD; index++) in aes_block_swap_endian()
141 aes_block_tmp[HW_AES_BLOCK_LAST_WORD - index] = __REV(*(InBlock + index)); in aes_block_swap_endian()