This structure contains the parameters for the sha204m_hmac function.
#include <sha204_command_marshaling.h>
Data Fields | |
uint16_t | key_id |
what key to use for the HMAC calculation More... | |
uint8_t | mode |
what to include in the HMAC calculation More... | |
uint8_t * | rx_buffer |
pointer to receive buffer More... | |
uint8_t * | tx_buffer |
pointer to send buffer More... | |
uint16_t sha204_hmac_parameters::key_id |
what key to use for the HMAC calculation
Referenced by sha204m_hmac().
uint8_t sha204_hmac_parameters::mode |
what to include in the HMAC calculation
Referenced by sha204m_hmac().
uint8_t* sha204_hmac_parameters::rx_buffer |
pointer to receive buffer
Referenced by sha204m_hmac().
uint8_t* sha204_hmac_parameters::tx_buffer |
pointer to send buffer
Referenced by sha204m_hmac().