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.
Fork of mbedtls by
mbedtls_cmac_context_t Struct Reference
CMAC context structure - Contains internal state information only. More...
#include <cmac.h>
Data Fields | |
unsigned char | state [MBEDTLS_CIPHER_BLKSIZE_MAX] |
Internal state of the CMAC algorithm. | |
unsigned char | unprocessed_block [MBEDTLS_CIPHER_BLKSIZE_MAX] |
Unprocessed data - either data that was not block aligned and is still pending to be processed, or the final block. | |
size_t | unprocessed_len |
Length of data pending to be processed. |
Detailed Description
CMAC context structure - Contains internal state information only.
Definition at line 45 of file cmac.h.
Field Documentation
unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX] |
unsigned char unprocessed_block[MBEDTLS_CIPHER_BLKSIZE_MAX] |
size_t unprocessed_len |
Generated on Tue Jul 12 2022 17:25:45 by
