This structure contains the parameters for the sha204m_gen_dig function.
#include <sha204_command_marshaling.h>
Data Fields | |
uint8_t | key_id |
what key or OTP block to use for the digest calculation More... | |
uint8_t * | other_data |
pointer to four bytes of data to use for the digest calculation, only needed when key is CheckMac only key More... | |
uint8_t * | rx_buffer |
pointer to receive buffer More... | |
uint8_t * | tx_buffer |
pointer to send buffer More... | |
uint8_t | zone |
what zone (config, OTP, or data) to use in the digest calculation More... | |
uint8_t sha204_gen_dig_parameters::key_id |
what key or OTP block to use for the digest calculation
Referenced by sha204m_gen_dig().
uint8_t* sha204_gen_dig_parameters::other_data |
pointer to four bytes of data to use for the digest calculation, only needed when key is CheckMac only key
Referenced by sha204m_gen_dig().
uint8_t* sha204_gen_dig_parameters::rx_buffer |
pointer to receive buffer
Referenced by sha204m_gen_dig().
uint8_t* sha204_gen_dig_parameters::tx_buffer |
pointer to send buffer
Referenced by sha204m_gen_dig().
uint8_t sha204_gen_dig_parameters::zone |
what zone (config, OTP, or data) to use in the digest calculation
Referenced by sha204m_gen_dig().