Home
last modified time | relevance | path

Searched defs:tc_cmac_struct (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dcmac_mode.h112 typedef struct tc_cmac_struct { struct
114 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