_aes_handle Struct Reference

AES handle Structure definition. More...

#include <gr55xx_hal_aes.h>

Data Fields

aes_regs_t * p_instance
 
aes_init_t init
 
uint32_t * p_cryp_input_buffer
 
uint32_t * p_cryp_output_buffer
 
uint32_t block_size
 
uint32_t block_count
 
__IO hal_lock_t lock
 
__IO hal_aes_state_t state
 
__IO uint32_t error_code
 
uint32_t timeout
 
uint32_t retention [18]
 

Detailed Description

AES handle Structure definition.

Field Documentation

◆ block_count

uint32_t _aes_handle::block_count

Blocks count

◆ block_size

uint32_t _aes_handle::block_size

Data size in blocks (16 bytes per block)

◆ error_code

__IO uint32_t _aes_handle::error_code

AES Error code

◆ init

aes_init_t _aes_handle::init

AES operation parameters

◆ lock

__IO hal_lock_t _aes_handle::lock

Locking object

◆ p_cryp_input_buffer

uint32_t* _aes_handle::p_cryp_input_buffer

Pointer to CRYP processing (encryption or decryption) input buffer

◆ p_cryp_output_buffer

uint32_t* _aes_handle::p_cryp_output_buffer

Pointer to CRYP processing (encryption or decryption) output buffer

◆ p_instance

aes_regs_t* _aes_handle::p_instance

AES registers base address

◆ retention

uint32_t _aes_handle::retention[18]

AES important register information.

◆ state

__IO hal_aes_state_t _aes_handle::state

AES operation state

◆ timeout

uint32_t _aes_handle::timeout

Timeout for the AES operation


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