aes128_cmac_context_t Struct Reference

AES128_CMAC calculation context. More...

Detailed Description

AES128_CMAC calculation context.

Definition at line 40 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
 

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