Macros | |
#define | LL_AES_KEY_SIZE_128 0x00000000U |
#define | LL_AES_KEY_SIZE_192 (1UL << AES_CFG_KEY_MODE_POS) |
#define | LL_AES_KEY_SIZE_256 (2UL << AES_CFG_KEY_MODE_POS) |
#define LL_AES_KEY_SIZE_128 0x00000000U |
128 bits
Definition at line 115 of file gr55xx_ll_aes.h.
#define LL_AES_KEY_SIZE_192 (1UL << AES_CFG_KEY_MODE_POS) |
192 bits
Definition at line 116 of file gr55xx_ll_aes.h.
#define LL_AES_KEY_SIZE_256 (2UL << AES_CFG_KEY_MODE_POS) |
256 bits
Definition at line 117 of file gr55xx_ll_aes.h.