LL AES Init Structure definition.
More...
#include <ll_aes.h>
LL AES Init Structure definition.
Definition at line 75 of file ll_aes.h.
◆ key_size
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 ll_aes.h.
◆ p_init_vector
uint32_t* _ll_aes_init::p_init_vector |
Initialization Vector used for CBC modes
Definition at line 82 of file ll_aes.h.
◆ p_key
uint32_t* _ll_aes_init::p_key |
Encryption/Decryption Key
Definition at line 80 of file ll_aes.h.
◆ p_seed
uint32_t* _ll_aes_init::p_seed |
Random seeds
Definition at line 84 of file ll_aes.h.
The documentation for this struct was generated from the following file: