CryptoAuthLib
Microchip CryptoAuthentication Library
atca_io_decrypt_in_out Struct Reference

#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...
 

Field Documentation

◆ data

uint8_t* data

As input, encrypted data. As output, decrypted data.

◆ data_size

size_t data_size

Size of data in bytes (32 or 64).

◆ io_key

const uint8_t* io_key

IO protection key (32 bytes).

◆ out_nonce

const uint8_t* out_nonce

OutNonce returned from command (32 bytes).