My climat station
mbedtls_cmac_context_t Struct Reference
The CMAC context structure. More...
#include <cmac.h>
Data Fields | |
| unsigned char | state [MBEDTLS_CIPHER_BLKSIZE_MAX] |
| The 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 processing, or the final block. | |
| size_t | unprocessed_len |
| The length of data pending processing. | |
Detailed Description
The CMAC context structure.
Definition at line 51 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 14:26:48 by
1.7.2
Gleb Klochkov