CryptoAuthLib
Microchip CryptoAuthentication Library
|
#include <atca_host.h>
Data Fields | |
const uint8_t * | io_key |
IO protection key (32 bytes). More... | |
const uint8_t * | out_nonce |
OutNonce returned from command (32 bytes). More... | |
uint8_t * | data |
As input, encrypted data. As output, decrypted data. More... | |
size_t | data_size |
Size of data in bytes (32 or 64). More... | |
uint8_t* data |
As input, encrypted data. As output, decrypted data.
size_t data_size |
Size of data in bytes (32 or 64).
const uint8_t* io_key |
IO protection key (32 bytes).
const uint8_t* out_nonce |
OutNonce returned from command (32 bytes).