Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
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;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
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;