Searched defs:tc_cmac_struct (Results 1 – 1 of 1) sorted by relevance
112 typedef struct tc_cmac_struct { struct114 uint8_t iv[TC_AES_BLOCK_SIZE];116 uint8_t K1[TC_AES_BLOCK_SIZE];118 uint8_t K2[TC_AES_BLOCK_SIZE];120 uint8_t leftover[TC_AES_BLOCK_SIZE];122 unsigned int keyid;124 unsigned int leftover_offset;126 TCAesKeySched_t sched;128 uint64_t countdown;
Completed in 2 milliseconds