Searched defs:smp_aes_cmac (Results 1 – 1 of 1) sorted by relevance
137 struct smp_aes_cmac struct139 uint8_t* M; // pointer to memory allocated by calling function140 uint8_t M_len;141 uint8_t M_last[16];142 uint8_t X[16];143 uint8_t Y[16];144 uint8_t* K; //[16];145 uint8_t K1[16];146 uint8_t K2[16];147 uint8_t next_block;[all …]
Completed in 9 milliseconds