_ll_aes_init Struct Reference

LL AES Init Structure definition. More...

#include <gr55xx_ll_aes.h>

Data Fields

uint32_t key_size
 
uint32_t * p_key
 
uint32_t * p_init_vector
 
uint32_t * p_seed
 

Detailed Description

LL AES Init Structure definition.

Field Documentation

◆ 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

◆ p_init_vector

uint32_t* _ll_aes_init::p_init_vector

Initialization Vector used for CBC modes

◆ p_key

uint32_t* _ll_aes_init::p_key

Encryption/Decryption Key

◆ p_seed

uint32_t* _ll_aes_init::p_seed

Random seeds


The documentation for this struct was generated from the following file: