The CMAC context structure.
More...
#include <cmac.h>
|
unsigned char | state [8] |
| The internal state of the CMAC algorithm.
|
|
unsigned char | unprocessed_block [8] |
| Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
|
|
size_t | unprocessed_len |
| The length of data pending processing.
|
|
The CMAC context structure.
Definition at line 65 of file cmac.h.
◆ state
The internal state of the CMAC algorithm.
Definition at line 68 of file cmac.h.
◆ unprocessed_block
unsigned char unprocessed_block[8] |
Unprocessed data - either data that was not block aligned and is still pending processing, or the final block.
Definition at line 72 of file cmac.h.
◆ unprocessed_len
The length of data pending processing.
Definition at line 75 of file cmac.h.