mbedtls_cmac_context_t is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
private_state
The internal state of the CMAC algorithm.
private_unprocessed_block
unsigned char MBEDTLS_PRIVATE(unprocessed_block)[MBEDTLS_CMAC_MAX_BLOCK_SIZE]
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.
unsigned char MBEDTLS_PRIVATE(unprocessed_block)[MBEDTLS_CMAC_MAX_BLOCK_SIZE]
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
size_t MBEDTLS_PRIVATE(unprocessed_len
The length of data pending processing.