AES128_CMAC calculation context. More...
AES128_CMAC calculation context.
Definition at line 39 of file aes128_cmac.h.
#include <aes128_cmac.h>
Data Fields | |
| cipher_t | aes128_ctx |
| AES128 context. | |
| uint8_t | X [AES128_CMAC_BLOCK_SIZE] |
| auxiliary array for CMAC calculations | |
| uint8_t | M_last [AES128_CMAC_BLOCK_SIZE] |
| current last block | |
| uint32_t | M_n |
| last byte in last block | |