ndn-lite
Data Fields
tc_cmac_struct Struct Reference

#include <tc_cmac_mode.h>

Collaboration diagram for tc_cmac_struct:
Collaboration graph

Data Fields

uint8_t iv [TC_AES_BLOCK_SIZE]
 
uint8_t K1 [TC_AES_BLOCK_SIZE]
 
uint8_t K2 [TC_AES_BLOCK_SIZE]
 
uint8_t leftover [TC_AES_BLOCK_SIZE]
 
unsigned int keyid
 
unsigned int leftover_offset
 
TCAesKeySched_t sched
 
uint64_t countdown
 

Field Documentation

◆ countdown

uint64_t tc_cmac_struct::countdown

◆ iv

uint8_t tc_cmac_struct::iv[TC_AES_BLOCK_SIZE]

◆ K1

uint8_t tc_cmac_struct::K1[TC_AES_BLOCK_SIZE]

◆ K2

uint8_t tc_cmac_struct::K2[TC_AES_BLOCK_SIZE]

◆ keyid

unsigned int tc_cmac_struct::keyid

◆ leftover

uint8_t tc_cmac_struct::leftover[TC_AES_BLOCK_SIZE]

◆ leftover_offset

unsigned int tc_cmac_struct::leftover_offset

◆ sched

TCAesKeySched_t tc_cmac_struct::sched

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