Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_cmac_context_t Struct Reference
The CMAC context structure. More...
#include <cmac.h>
Data Fields | |
unsigned char | unprocessed_block [SASI_AES_BLOCK_SIZE_IN_BYTES] |
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block. | |
size_t | unprocessed_len |
The length of data pending processing. | |
unsigned char | state [MBEDTLS_CIPHER_BLKSIZE_MAX] |
The internal state of the CMAC algorithm. |
Detailed Description
The CMAC context structure.
Definition at line 30 of file cmac_alt.h.
Field Documentation
unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX] |
unsigned char unprocessed_block |
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
Definition at line 37 of file cmac_alt.h.
size_t unprocessed_len |
The length of data pending processing.
Definition at line 40 of file cmac_alt.h.
Generated on Tue Jul 12 2022 13:55:33 by
