Microchip® Advanced Software Framework

sha204_nonce_parameters Struct Reference

This structure contains the parameters for the sha204m_nonce function.

#include <sha204_command_marshaling.h>

Data Fields

uint8_t mode
 what TempKey should be loaded with More...
 
uint8_t * num_in
 pointer to 20 bytes of input or 32 bytes of pass-through data More...
 
uint8_t * rx_buffer
 pointer to receive buffer More...
 
uint8_t * tx_buffer
 pointer to send buffer More...
 

uint8_t sha204_nonce_parameters::mode

what TempKey should be loaded with

Referenced by sha204m_nonce().

uint8_t* sha204_nonce_parameters::num_in

pointer to 20 bytes of input or 32 bytes of pass-through data

Referenced by sha204m_nonce().

uint8_t* sha204_nonce_parameters::rx_buffer

pointer to receive buffer

Referenced by sha204m_nonce().

uint8_t* sha204_nonce_parameters::tx_buffer

pointer to send buffer

Referenced by sha204m_nonce().