CryptoAuthLib
Microchip CryptoAuthentication Library
|
#include <atca_host.h>
Data Fields | |
uint8_t | mode |
SecureBoot mode (param1) More... | |
uint16_t | param2 |
SecureBoot param2. More... | |
uint16_t | secure_boot_config |
SecureBootConfig value from configuration zone. More... | |
const uint8_t * | hashed_key |
Hashed key. SHA256(IO Protection Key | TempKey) More... | |
const uint8_t * | digest |
Digest (unencrypted) More... | |
const uint8_t * | signature |
Signature (can be NULL if not required) More... | |
uint8_t * | mac |
MAC is returned here. More... | |
const uint8_t* digest |
Digest (unencrypted)
const uint8_t* hashed_key |
Hashed key. SHA256(IO Protection Key | TempKey)
uint8_t* mac |
MAC is returned here.
uint8_t mode |
SecureBoot mode (param1)
uint16_t param2 |
SecureBoot param2.
uint16_t secure_boot_config |
SecureBootConfig value from configuration zone.
const uint8_t* signature |
Signature (can be NULL if not required)