cmac_context_t Struct Reference

AES_CMAC calculation context. More...

Detailed Description

AES_CMAC calculation context.

Definition at line 40 of file cmac.h.

#include <cmac.h>

Data Fields

cipher_t aes_ctx
 AES128 context.
 
uint8_t X [CMAC_BLOCK_SIZE]
 auxiliary array for CMAC calculations
 
uint8_t M_last [CMAC_BLOCK_SIZE]
 current last block
 
uint32_t M_n
 last byte in last block
 

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