CryptoAuthLib
Microchip CryptoAuthentication Library
|
#include <atca_host.h>
Data Fields | |
const uint8_t * | io_key |
IO protection key value (32 bytes) More... | |
const struct atca_temp_key * | temp_key |
Current value of TempKey. More... | |
const uint8_t * | digest |
Plaintext digest as input. More... | |
uint8_t * | hashed_key |
Calculated key is returned here (32 bytes) More... | |
uint8_t * | digest_enc |
Encrypted (ciphertext) digest is return here (32 bytes) More... | |
const uint8_t* digest |
Plaintext digest as input.
uint8_t* digest_enc |
Encrypted (ciphertext) digest is return here (32 bytes)
uint8_t* hashed_key |
Calculated key is returned here (32 bytes)
const uint8_t* io_key |
IO protection key value (32 bytes)
const struct atca_temp_key* temp_key |
Current value of TempKey.