Microchip® Advanced Software Framework

atca_mac_in_out Struct Reference

Input/output parameters for function atca_mac().

#include <atca_host.h>

Data Fields

const uint8_t * challenge
 [in] Pointer to 32-byte Challenge data used in MAC command, depending on mode. More...
 
const uint8_t * key
 [in] Pointer to 32-byte key used to generate MAC digest. More...
 
uint16_t key_id
 [in] KeyID parameter used in MAC command (Param2). More...
 
uint8_t mode
 [in] Mode parameter used in MAC command (Param1). More...
 
const uint8_t * otp
 [in] Pointer to 11-byte OTP, optionally included in MAC digest, depending on mode. More...
 
uint8_t * response
 [out] Pointer to 32-byte SHA-256 digest (MAC). More...
 
const uint8_t * sn
 [in] Pointer to 9-byte SN, optionally included in MAC digest, depending on mode. More...
 
struct atca_temp_keytemp_key
 [in,out] Pointer to TempKey structure. More...