LL AES Init Structure definition. More...
#include <gr55xx_ll_aes.h>
Public Attributes | |
uint32_t | key_size |
128, 192 or 256-bit key length. More... | |
uint32_t * | p_key |
Encryption/Decryption Key. More... | |
uint32_t * | p_init_vector |
Initialization Vector used for CBC modes. More... | |
uint32_t * | p_seed |
Random seeds. More... | |
LL AES Init Structure definition.
Definition at line 75 of file gr55xx_ll_aes.h.
uint32_t _ll_aes_init::key_size |
128, 192 or 256-bit key length.
This parameter can be a value of Key Size
Definition at line 77 of file gr55xx_ll_aes.h.
uint32_t* _ll_aes_init::p_init_vector |
Initialization Vector used for CBC modes.
Definition at line 82 of file gr55xx_ll_aes.h.
uint32_t* _ll_aes_init::p_key |
Encryption/Decryption Key.
Definition at line 80 of file gr55xx_ll_aes.h.
uint32_t* _ll_aes_init::p_seed |
Random seeds.
Definition at line 84 of file gr55xx_ll_aes.h.