Macros

#define AES_KEYSIZE_128BITS   LL_AES_KEY_SIZE_128
 
#define AES_KEYSIZE_192BITS   LL_AES_KEY_SIZE_192
 
#define AES_KEYSIZE_256BITS   LL_AES_KEY_SIZE_256
 

Detailed Description

Macro Definition Documentation

◆ AES_KEYSIZE_128BITS

#define AES_KEYSIZE_128BITS   LL_AES_KEY_SIZE_128

128 bits

Definition at line 229 of file hal_aes.h.

◆ AES_KEYSIZE_192BITS

#define AES_KEYSIZE_192BITS   LL_AES_KEY_SIZE_192

192 bits

Definition at line 230 of file hal_aes.h.

◆ AES_KEYSIZE_256BITS

#define AES_KEYSIZE_256BITS   LL_AES_KEY_SIZE_256

256 bits

Definition at line 231 of file hal_aes.h.