Searched defs:cmac (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_keys.c1247 UINT8 cmac[BT_OCTET16_LEN]; local
1282 aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac);
1284 p_prnt = cmac;
1289 ARRAY_TO_STREAM(p, cmac, BT_OCTET16_LEN);
1363 UINT8 cmac[BT_OCTET16_LEN]; local
1394 if(!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac))
1401 p_prnt = cmac;
1405 /* vres = cmac mod 2**32 mod 10**6 */
1406 p = &cmac[0];
1410 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"cmac mo
1590 UINT8 cmac[BT_OCTET16_LEN]; local
1712 BT_OCTET16 cmac; local
1858 UINT8 cmac[BT_OCTET16_LEN]; local
2129 UINT8 cmac[BT_OCTET16_LEN]; local
[all...]

Completed in 20 milliseconds