Searched defs:smp_aes_cmac (Results 1 – 1 of 1) sorted by relevance
138 struct smp_aes_cmac struct140 uint8_t* M; // pointer to memory allocated by calling function141 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 …]