+ Collaboration diagram for AES Key Size:

Macros

#define AES_KEYSIZE_128BITS   LL_AES_KEY_SIZE_128
 128 bits More...
 
#define AES_KEYSIZE_192BITS   LL_AES_KEY_SIZE_192
 192 bits More...
 
#define AES_KEYSIZE_256BITS   LL_AES_KEY_SIZE_256
 256 bits More...
 

Detailed Description

Macro Definition Documentation

◆ AES_KEYSIZE_128BITS

#define AES_KEYSIZE_128BITS   LL_AES_KEY_SIZE_128

128 bits

Definition at line 204 of file gr55xx_hal_aes.h.

◆ AES_KEYSIZE_192BITS

#define AES_KEYSIZE_192BITS   LL_AES_KEY_SIZE_192

192 bits

Definition at line 205 of file gr55xx_hal_aes.h.

◆ AES_KEYSIZE_256BITS

#define AES_KEYSIZE_256BITS   LL_AES_KEY_SIZE_256

256 bits

Definition at line 206 of file gr55xx_hal_aes.h.