mbedtls_cmac_context_t struct
The CMAC context structure.
Fields
private_state
The internal state of the CMAC algorithm.
private_unprocessed_block
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
private_unprocessed_len
The length of data pending processing.
The internal state of the CMAC algorithm.
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
The length of data pending processing.
![]()
struct mbedtls_cmac_context_t {