Searched refs:cmac_cb (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c42 tCMAC_CB cmac_cb; variable
119 if (cmac_cb.text != NULL)
121 GKI_freebuf(cmac_cb.text);
123 memset(&cmac_cb, 0, sizeof(tCMAC_CB));
144 while (i <= cmac_cb.round)
146 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */
148 if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET16_LEN, &output))
192 flag = ((cmac_cb
[all...]

Completed in 126 milliseconds