LL HMAC Init Structure definition. More...
#include <gr55xx_ll_hmac.h>
Public Attributes | |
uint32_t * | p_key |
Key More... | |
uint32_t * | p_hash |
HASH value More... | |
LL HMAC Init Structure definition.
Definition at line 75 of file gr55xx_ll_hmac.h.
uint32_t* _ll_hmac_init_t::p_hash |
HASH value
Definition at line 79 of file gr55xx_ll_hmac.h.
uint32_t* _ll_hmac_init_t::p_key |
Key
Definition at line 77 of file gr55xx_ll_hmac.h.