Home | History | Annotate | Download | only in smp

Lines Matching refs:smp_debug_print_nbyte_little_endian

55 void smp_debug_print_nbyte_little_endian(uint8_t* p, const char* key_name,
140 smp_debug_print_nbyte_little_endian(key, "Key", SMP_ENCRYT_KEY_SIZE);
141 smp_debug_print_nbyte_little_endian(p_start, "Plain text",
151 smp_debug_print_nbyte_little_endian(p_out->param_buf, "Encrypted text",
380 smp_debug_print_nbyte_little_endian((uint8_t*)p1,
412 smp_debug_print_nbyte_little_endian(p2, "p2 = ra || ia || padding", 16);
442 smp_debug_print_nbyte_little_endian((uint8_t*)p1, "p1' = p1 XOR r", 16);
444 smp_debug_print_nbyte_little_endian(p_cb->tk, "TK", 16);
450 smp_debug_print_nbyte_little_endian(output->param_buf, "e1 = e(k, p1')", 16);
456 smp_debug_print_nbyte_little_endian((uint8_t*)p2, "p2' = p2 XOR e1", 16);
479 smp_debug_print_nbyte_little_endian((uint8_t*)p_cb->rand, "local_rand", 16);
488 smp_debug_print_nbyte_little_endian(p_cb->confirm, "Local Confirm generated",
539 smp_debug_print_nbyte_little_endian((uint8_t*)p_cb->rrand, "peer rand", 16);
547 smp_debug_print_nbyte_little_endian(output.param_buf,
821 smp_debug_print_nbyte_little_endian(p_cb->private_key, "private",
823 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.x, "local public(x)",
825 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.y, "local public(y)",
858 smp_debug_print_nbyte_little_endian(p_cb->dhkey, "Old DHKey", BT_OCTET32_LEN);
860 smp_debug_print_nbyte_little_endian(p_cb->private_key, "private",
862 smp_debug_print_nbyte_little_endian(p_cb->peer_publ_key.x, "rem public(x)",
864 smp_debug_print_nbyte_little_endian(p_cb->peer_publ_key.y, "rem public(y)",
866 smp_debug_print_nbyte_little_endian(p_cb->dhkey, "Reverted DHKey",
996 smp_debug_print_nbyte_little_endian(p_prnt, "U", BT_OCTET32_LEN);
998 smp_debug_print_nbyte_little_endian(p_prnt, "V", BT_OCTET32_LEN);
1000 smp_debug_print_nbyte_little_endian(p_prnt, "X", BT_OCTET16_LEN);
1002 smp_debug_print_nbyte_little_endian(p_prnt, "Z", 1);
1011 smp_debug_print_nbyte_little_endian(p_prnt, "M", msg_len);
1018 smp_debug_print_nbyte_little_endian(p_prnt, "K", BT_OCTET16_LEN);
1024 smp_debug_print_nbyte_little_endian(p_prnt, "AES_CMAC", BT_OCTET16_LEN);
1111 smp_debug_print_nbyte_little_endian(p_prnt, "U", BT_OCTET32_LEN);
1113 smp_debug_print_nbyte_little_endian(p_prnt, "V", BT_OCTET32_LEN);
1115 smp_debug_print_nbyte_little_endian(p_prnt, "X", BT_OCTET16_LEN);
1117 smp_debug_print_nbyte_little_endian(p_prnt, "Y", BT_OCTET16_LEN);
1124 smp_debug_print_nbyte_little_endian(p_prnt, "K", BT_OCTET16_LEN);
1134 smp_debug_print_nbyte_little_endian(p_prnt, "AES-CMAC", BT_OCTET16_LEN);
1142 smp_debug_print_nbyte_little_endian(p_prnt, "cmac mod 2**32", 4);
1148 smp_debug_print_nbyte_little_endian(p_prnt, "cmac mod 2**32 mod 10**6", 4);
1242 smp_debug_print_nbyte_little_endian(p_prnt, "W", BT_OCTET32_LEN);
1244 smp_debug_print_nbyte_little_endian(p_prnt, "N1", BT_OCTET16_LEN);
1246 smp_debug_print_nbyte_little_endian(p_prnt, "N2", BT_OCTET16_LEN);
1248 smp_debug_print_nbyte_little_endian(p_prnt, "A1", 7);
1250 smp_debug_print_nbyte_little_endian(p_prnt, "A2", 7);
1259 smp_debug_print_nbyte_little_endian(p_prnt, "T", BT_OCTET16_LEN);
1269 smp_debug_print_nbyte_little_endian(p_prnt, "MacKey", BT_OCTET16_LEN);
1279 smp_debug_print_nbyte_little_endian(p_prnt, "LTK", BT_OCTET16_LEN);
1338 smp_debug_print_nbyte_little_endian(p_prnt, "T", BT_OCTET16_LEN);
1340 smp_debug_print_nbyte_little_endian(p_prnt, "Counter", 1);
1342 smp_debug_print_nbyte_little_endian(p_prnt, "KeyID", 4);
1344 smp_debug_print_nbyte_little_endian(p_prnt, "N1", BT_OCTET16_LEN);
1346 smp_debug_print_nbyte_little_endian(p_prnt, "N2", BT_OCTET16_LEN);
1348 smp_debug_print_nbyte_little_endian(p_prnt, "A1", 7);
1350 smp_debug_print_nbyte_little_endian(p_prnt, "A2", 7);
1352 smp_debug_print_nbyte_little_endian(p_prnt, "Length", 2);
1359 smp_debug_print_nbyte_little_endian(p_prnt, "K", BT_OCTET16_LEN);
1371 smp_debug_print_nbyte_little_endian(p_prnt, "M", msg_len);
1381 smp_debug_print_nbyte_little_endian(p_prnt, "AES-CMAC", BT_OCTET16_LEN);
1423 smp_debug_print_nbyte_little_endian(p_prnt, "salt", BT_OCTET16_LEN);
1425 smp_debug_print_nbyte_little_endian(p_prnt, "W", BT_OCTET32_LEN);
1437 smp_debug_print_nbyte_little_endian(p_prnt, "K", BT_OCTET16_LEN);
1439 smp_debug_print_nbyte_little_endian(p_prnt, "M", BT_OCTET32_LEN);
1452 smp_debug_print_nbyte_little_endian(p_prnt, "AES-CMAC", BT_OCTET16_LEN);
1519 smp_debug_print_nbyte_little_endian(param_buf, "peer DHKey check",
1570 smp_debug_print_nbyte_little_endian(p_print, "W", BT_OCTET16_LEN);
1572 smp_debug_print_nbyte_little_endian(p_print, "N1", BT_OCTET16_LEN);
1574 smp_debug_print_nbyte_little_endian(p_print, "N2", BT_OCTET16_LEN);
1576 smp_debug_print_nbyte_little_endian(p_print, "R", BT_OCTET16_LEN);
1578 smp_debug_print_nbyte_little_endian(p_print, "IOcap", 3);
1580 smp_debug_print_nbyte_little_endian(p_print, "A1", 7);
1582 smp_debug_print_nbyte_little_endian(p_print, "A2", 7);
1592 smp_debug_print_nbyte_little_endian(p_print, "K", BT_OCTET16_LEN);
1604 smp_debug_print_nbyte_little_endian(p_print, "M", msg_len);
1615 smp_debug_print_nbyte_little_endian(p_print, "AES-CMAC", BT_OCTET16_LEN);
1820 smp_debug_print_nbyte_little_endian(p_print, "W", BT_OCTET16_LEN);
1822 smp_debug_print_nbyte_little_endian(p_print, "keyID", 4);
1833 smp_debug_print_nbyte_little_endian(p_print, "K", BT_OCTET16_LEN);
1844 smp_debug_print_nbyte_little_endian(p_print, "M", msg_len);
1856 smp_debug_print_nbyte_little_endian(p_print, "AES-CMAC", BT_OCTET16_LEN);