Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/aes/
Dfsl_aes.c685 uint8_t counter[AES_BLOCK_SIZE], in AES_CryptCtr()
686 uint8_t counterlast[AES_BLOCK_SIZE], in AES_CryptCtr()
Dfsl_aes.h55 #define AES_BLOCK_SIZE 16 macro