Macros

#define LL_AES_KEY_SIZE_128   0x00000000U
 
#define LL_AES_KEY_SIZE_192   (1UL << AES_CONFIG_KEYMODE_Pos)
 
#define LL_AES_KEY_SIZE_256   (2UL << AES_CONFIG_KEYMODE_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_AES_KEY_SIZE_128

#define LL_AES_KEY_SIZE_128   0x00000000U

128 bits

Definition at line 115 of file gr55xx_ll_aes.h.

◆ LL_AES_KEY_SIZE_192

#define LL_AES_KEY_SIZE_192   (1UL << AES_CONFIG_KEYMODE_Pos)

192 bits

Definition at line 116 of file gr55xx_ll_aes.h.

◆ LL_AES_KEY_SIZE_256

#define LL_AES_KEY_SIZE_256   (2UL << AES_CONFIG_KEYMODE_Pos)

256 bits

Definition at line 117 of file gr55xx_ll_aes.h.