CryptoAuthLib
Microchip CryptoAuthentication Library
atca_aes_cmac_ctx Struct Reference

#include <atca_basic.h>

Data Fields

atca_aes_cbc_ctx_t cbc_ctx
 CBC context. More...
 
uint32_t block_size
 Number of bytes in current block. More...
 
uint8_t block [AES_DATA_SIZE]
 Unprocessed message storage. More...
 

Field Documentation

◆ block

uint8_t block[AES_DATA_SIZE]

Unprocessed message storage.

◆ block_size

uint32_t block_size

Number of bytes in current block.

◆ cbc_ctx

CBC context.