RetroArch
Public Attributes | List of all members
mbedtls_cmac_context_t Struct Reference

#include <cmac.h>

Collaboration diagram for mbedtls_cmac_context_t:
[legend]

Public Attributes

unsigned char state [MBEDTLS_CIPHER_BLKSIZE_MAX]
 
unsigned char unprocessed_block [MBEDTLS_CIPHER_BLKSIZE_MAX]
 
size_t unprocessed_len
 

Detailed Description

CMAC context structure - Contains internal state information only

Member Data Documentation

◆ state

unsigned char mbedtls_cmac_context_t::state[MBEDTLS_CIPHER_BLKSIZE_MAX]

Internal state of the CMAC algorithm

◆ 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

◆ unprocessed_len

size_t mbedtls_cmac_context_t::unprocessed_len

Length of data pending to be processed


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