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] |
AES handle Structure definition.
| uint32_t _aes_handle::block_count |
Blocks count
| uint32_t _aes_handle::block_size |
Data size in blocks (16 bytes per block)
| __IO uint32_t _aes_handle::error_code |
AES Error code
| aes_init_t _aes_handle::init |
AES operation parameters
| __IO hal_lock_t _aes_handle::lock |
Locking object
| uint32_t* _aes_handle::p_cryp_input_buffer |
Pointer to CRYP processing (encryption or decryption) input buffer
| uint32_t* _aes_handle::p_cryp_output_buffer |
Pointer to CRYP processing (encryption or decryption) output buffer
| aes_regs_t* _aes_handle::p_instance |
AES registers base address
| uint32_t _aes_handle::retention[18] |
AES important register information.
| __IO hal_aes_state_t _aes_handle::state |
AES operation state
| uint32_t _aes_handle::timeout |
Timeout for the AES operation