HMAC handle Structure definition. More...
#include <gr55xx_hal_hmac.h>
Data Fields | |
| hmac_regs_t * | p_instance |
| hmac_init_t | init |
| uint32_t * | p_message |
| uint32_t * | p_digest |
| uint32_t | block_size |
| uint32_t | block_count |
| uint32_t | is_last_trans |
| __IO hal_lock_t | lock |
| __IO hal_hmac_state_t | state |
| __IO uint32_t | error_code |
| uint32_t | timeout |
| uint32_t | retention [17] |
HMAC handle Structure definition.
| uint32_t _hmac_handle::block_count |
Blocks count
| uint32_t _hmac_handle::block_size |
Data size in blocks (64 bytes per block)
| __IO uint32_t _hmac_handle::error_code |
HMAC Error code
| hmac_init_t _hmac_handle::init |
HMAC operation parameters
| uint32_t _hmac_handle::is_last_trans |
Flag for last transfer
| __IO hal_lock_t _hmac_handle::lock |
Locking object
| uint32_t* _hmac_handle::p_digest |
Pointer to digest output buffer
| hmac_regs_t* _hmac_handle::p_instance |
HMAC registers base address
| uint32_t* _hmac_handle::p_message |
Pointer to message input buffer
| uint32_t _hmac_handle::retention[17] |
HMAC important register information.
| __IO hal_hmac_state_t _hmac_handle::state |
HMAC operation state
| uint32_t _hmac_handle::timeout |
Timeout for the HMAC operation