CryptoAuthLib
Microchip CryptoAuthentication Library
|
Input/output parameters for function atcah_derive_key_mac(). More...
#include <atca_host.h>
Data Fields | |
uint8_t | mode |
Mode (param 1) of the derive key command. More... | |
uint16_t | target_key_id |
Key ID (param 2) of the target slot to run the command on. More... | |
const uint8_t * | sn |
Device serial number SN[0:8]. Only SN[0:1] and SN[8] are required though. More... | |
const uint8_t * | parent_key |
Parent key to be used in the derive key calculation (32 bytes). More... | |
uint8_t * | mac |
DeriveKey MAC will be returned here. More... | |
Input/output parameters for function atcah_derive_key_mac().
uint8_t* mac |
DeriveKey MAC will be returned here.
uint8_t mode |
Mode (param 1) of the derive key command.
const uint8_t* parent_key |
Parent key to be used in the derive key calculation (32 bytes).
const uint8_t* sn |
Device serial number SN[0:8]. Only SN[0:1] and SN[8] are required though.
uint16_t target_key_id |
Key ID (param 2) of the target slot to run the command on.