HMAC init Structure definition. More...
#include <hal_hmac.h>
Public Attributes | |
uint32_t | mode |
uint32_t | key_type |
uint32_t * | p_key |
uint32_t | key_addr |
uint32_t | key_mask |
uint32_t * | p_user_hash |
uint32_t | dpa_mode |
HMAC init Structure definition.
Definition at line 98 of file hal_hmac.h.
uint32_t _hmac_init::dpa_mode |
DPA Mode This parameter can be a value of DPA Mode
Definition at line 108 of file hal_hmac.h.
uint32_t _hmac_init::key_addr |
HMAC Key address
Definition at line 105 of file hal_hmac.h.
uint32_t _hmac_init::key_mask |
HMAC Key Keyport Mask
Definition at line 106 of file hal_hmac.h.
uint32_t _hmac_init::key_type |
Operating mode This parameter can be a value of Key Type
Definition at line 102 of file hal_hmac.h.
uint32_t _hmac_init::mode |
Operating mode This parameter can be a value of HMAC Mode
Definition at line 100 of file hal_hmac.h.
uint32_t* _hmac_init::p_key |
HMAC Key
Definition at line 104 of file hal_hmac.h.
uint32_t* _hmac_init::p_user_hash |
Initialization HASH value
Definition at line 107 of file hal_hmac.h.