Home
last modified time | relevance | path

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

/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/inc/
Dhal_smpc.h138 struct smp_aes_cmac struct
140 uint8_t* M; // pointer to memory allocated by calling function
141 uint8_t M_len;
142 uint8_t M_last[16];
143 uint8_t X[16];
144 uint8_t Y[16];
145 uint8_t* K; //[16];
146 uint8_t K1[16];
147 uint8_t K2[16];
148 uint8_t next_block;
[all …]