CryptoAuthLib
Microchip CryptoAuthentication Library
|
#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... | |
uint8_t block[AES_DATA_SIZE] |
Unprocessed message storage.
uint32_t block_size |
Number of bytes in current block.
atca_aes_cbc_ctx_t cbc_ctx |
CBC context.