mbed TLS v2.5.1
Data Fields
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. More...
 
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. More...
 
size_t unprocessed_len
 Length of data pending to be processed. More...
 

Detailed Description

CMAC context structure - Contains internal state information only.

Definition at line 45 of file cmac.h.

Field Documentation

◆ state

unsigned char mbedtls_cmac_context_t::state[MBEDTLS_CIPHER_BLKSIZE_MAX]

Internal state of the CMAC algorithm.

Definition at line 48 of file cmac.h.

◆ unprocessed_block

unsigned char mbedtls_cmac_context_t::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.

Definition at line 52 of file cmac.h.

◆ unprocessed_len

size_t mbedtls_cmac_context_t::unprocessed_len

Length of data pending to be processed.

Definition at line 55 of file cmac.h.


The documentation for this struct was generated from the following file: