Mbed OS Reference
|
The CMAC context structure. More...
#include <cmac.h>
Data Fields | |
unsigned char | state [8] |
The internal state of the CMAC algorithm. More... | |
unsigned char | unprocessed_block [8] |
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block. More... | |
size_t | unprocessed_len |
The length of data pending processing. More... | |
unsigned char state[8] |
unsigned char unprocessed_block[8] |