_ll_aes_init Struct Reference

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...
 

Detailed Description

LL AES Init Structure definition.

Definition at line 75 of file gr55xx_ll_aes.h.

Member Data 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

Definition at line 77 of file gr55xx_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 gr55xx_ll_aes.h.

◆ p_key

uint32_t* _ll_aes_init::p_key

Encryption/Decryption Key.

Definition at line 80 of file gr55xx_ll_aes.h.

◆ p_seed

uint32_t* _ll_aes_init::p_seed

Random seeds.

Definition at line 84 of file gr55xx_ll_aes.h.


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