Lines Matching refs:p_prnt
1250 UINT8 *p_prnt = NULL; in smp_calculate_f4() local
1256 p_prnt = u; in smp_calculate_f4()
1257 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"U", BT_OCTET32_LEN); in smp_calculate_f4()
1258 p_prnt = v; in smp_calculate_f4()
1259 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"V", BT_OCTET32_LEN); in smp_calculate_f4()
1260 p_prnt = x; in smp_calculate_f4()
1261 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"X", BT_OCTET16_LEN); in smp_calculate_f4()
1262 p_prnt = &z; in smp_calculate_f4()
1263 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Z", 1); in smp_calculate_f4()
1271 p_prnt = msg; in smp_calculate_f4()
1272 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"M", msg_len); in smp_calculate_f4()
1278 p_prnt = key; in smp_calculate_f4()
1279 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"K", BT_OCTET16_LEN); in smp_calculate_f4()
1284 p_prnt = cmac; in smp_calculate_f4()
1285 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"AES_CMAC", BT_OCTET16_LEN); in smp_calculate_f4()
1367 UINT8 *p_prnt = NULL; in smp_calculate_g2() local
1377 p_prnt = u; in smp_calculate_g2()
1378 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"U", BT_OCTET32_LEN); in smp_calculate_g2()
1379 p_prnt = v; in smp_calculate_g2()
1380 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"V", BT_OCTET32_LEN); in smp_calculate_g2()
1381 p_prnt = x; in smp_calculate_g2()
1382 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"X", BT_OCTET16_LEN); in smp_calculate_g2()
1383 p_prnt = y; in smp_calculate_g2()
1384 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Y", BT_OCTET16_LEN); in smp_calculate_g2()
1390 p_prnt = key; in smp_calculate_g2()
1391 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"K", BT_OCTET16_LEN); in smp_calculate_g2()
1401 p_prnt = cmac; in smp_calculate_g2()
1402 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"AES-CMAC", BT_OCTET16_LEN); in smp_calculate_g2()
1409 p_prnt = (UINT8 *) &vres; in smp_calculate_g2()
1410 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"cmac mod 2**32", 4); in smp_calculate_g2()
1416 p_prnt = (UINT8 *) &vres; in smp_calculate_g2()
1417 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"cmac mod 2**32 mod 10**6", 4); in smp_calculate_g2()
1485 UINT8 *p_prnt = NULL; in smp_calculate_f5() local
1506 p_prnt = w; in smp_calculate_f5()
1507 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"W", BT_OCTET32_LEN); in smp_calculate_f5()
1508 p_prnt = n1; in smp_calculate_f5()
1509 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"N1", BT_OCTET16_LEN); in smp_calculate_f5()
1510 p_prnt = n2; in smp_calculate_f5()
1511 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"N2", BT_OCTET16_LEN); in smp_calculate_f5()
1512 p_prnt = a1; in smp_calculate_f5()
1513 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"A1", 7); in smp_calculate_f5()
1514 p_prnt = a2; in smp_calculate_f5()
1515 smp_debug_print_nbyte_little_endian (p_prnt,(const UINT8 *) "A2", 7); in smp_calculate_f5()
1524 p_prnt = t; in smp_calculate_f5()
1525 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"T", BT_OCTET16_LEN); in smp_calculate_f5()
1535 p_prnt = mac_key; in smp_calculate_f5()
1536 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"MacKey", BT_OCTET16_LEN); in smp_calculate_f5()
1546 p_prnt = ltk; in smp_calculate_f5()
1547 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"LTK", BT_OCTET16_LEN); in smp_calculate_f5()
1598 UINT8 *p_prnt = NULL; in smp_calculate_f5_mackey_or_long_term_key() local
1603 p_prnt = t; in smp_calculate_f5_mackey_or_long_term_key()
1604 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"T", BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1605 p_prnt = counter; in smp_calculate_f5_mackey_or_long_term_key()
1606 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Counter", 1); in smp_calculate_f5_mackey_or_long_term_key()
1607 p_prnt = key_id; in smp_calculate_f5_mackey_or_long_term_key()
1608 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"KeyID", 4); in smp_calculate_f5_mackey_or_long_term_key()
1609 p_prnt = n1; in smp_calculate_f5_mackey_or_long_term_key()
1610 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"N1", BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1611 p_prnt = n2; in smp_calculate_f5_mackey_or_long_term_key()
1612 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"N2", BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1613 p_prnt = a1; in smp_calculate_f5_mackey_or_long_term_key()
1614 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"A1", 7); in smp_calculate_f5_mackey_or_long_term_key()
1615 p_prnt = a2; in smp_calculate_f5_mackey_or_long_term_key()
1616 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"A2", 7); in smp_calculate_f5_mackey_or_long_term_key()
1617 p_prnt = length; in smp_calculate_f5_mackey_or_long_term_key()
1618 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Length", 2); in smp_calculate_f5_mackey_or_long_term_key()
1624 p_prnt = key; in smp_calculate_f5_mackey_or_long_term_key()
1625 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"K", BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1636 p_prnt = msg; in smp_calculate_f5_mackey_or_long_term_key()
1637 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"M", msg_len); in smp_calculate_f5_mackey_or_long_term_key()
1647 p_prnt = cmac; in smp_calculate_f5_mackey_or_long_term_key()
1648 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"AES-CMAC", BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1687 UINT8 *p_prnt = NULL; in smp_calculate_f5_key() local
1692 p_prnt = salt; in smp_calculate_f5_key()
1693 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"salt", BT_OCTET16_LEN); in smp_calculate_f5_key()
1694 p_prnt = w; in smp_calculate_f5_key()
1695 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"W", BT_OCTET32_LEN); in smp_calculate_f5_key()
1706 p_prnt = key; in smp_calculate_f5_key()
1707 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"K", BT_OCTET16_LEN); in smp_calculate_f5_key()
1708 p_prnt = msg; in smp_calculate_f5_key()
1709 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"M", BT_OCTET32_LEN); in smp_calculate_f5_key()
1721 p_prnt = cmac; in smp_calculate_f5_key()
1722 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"AES-CMAC", BT_OCTET16_LEN); in smp_calculate_f5_key()