CryptoAuthLib
Microchip CryptoAuthentication Library
atca_aes_cbc_ctx Struct Reference

#include <atca_basic.h>

Data Fields

uint16_t key_id
 Key location. Can either be a slot number or ATCA_TEMPKEY_KEYID for TempKey. More...
 
uint8_t key_block
 Index of the 16-byte block to use within the key location for the actual key. More...
 
uint8_t ciphertext [AES_DATA_SIZE]
 Ciphertext from last operation. More...
 

Field Documentation

◆ ciphertext

uint8_t ciphertext[AES_DATA_SIZE]

Ciphertext from last operation.

◆ key_block

uint8_t key_block

Index of the 16-byte block to use within the key location for the actual key.

◆ key_id

uint16_t key_id

Key location. Can either be a slot number or ATCA_TEMPKEY_KEYID for TempKey.