Lines Matching refs:bt_hex

530 	BT_DBG("key %s d %u r %u", bt_hex(key, 16), d, r);  in smp_d1()
541 BT_DBG("res %s", bt_hex(res, 16)); in smp_d1()
552 BT_DBG("u %s", bt_hex(u, 32)); in smp_f4()
553 BT_DBG("v %s", bt_hex(v, 32)); in smp_f4()
554 BT_DBG("x %s z 0x%x", bt_hex(x, 16), z); in smp_f4()
578 BT_DBG("res %s", bt_hex(res, 16)); in smp_f4()
602 BT_DBG("w %s", bt_hex(w, 32)); in smp_f5()
603 BT_DBG("n1 %s", bt_hex(n1, 16)); in smp_f5()
604 BT_DBG("n2 %s", bt_hex(n2, 16)); in smp_f5()
613 BT_DBG("t %s", bt_hex(t, 16)); in smp_f5()
627 BT_DBG("mackey %1s", bt_hex(mackey, 16)); in smp_f5()
639 BT_DBG("ltk %s", bt_hex(ltk, 16)); in smp_f5()
654 BT_DBG("w %s", bt_hex(w, 16)); in smp_f6()
655 BT_DBG("n1 %s", bt_hex(n1, 16)); in smp_f6()
656 BT_DBG("n2 %s", bt_hex(n2, 16)); in smp_f6()
657 BT_DBG("r %s", bt_hex(r, 16)); in smp_f6()
658 BT_DBG("io_cap %s", bt_hex(iocap, 3)); in smp_f6()
659 BT_DBG("a1 %s", bt_hex(a1, 7)); in smp_f6()
660 BT_DBG("a2 %s", bt_hex(a2, 7)); in smp_f6()
682 BT_DBG("res %s", bt_hex(check, 16)); in smp_f6()
695 BT_DBG("u %s", bt_hex(u, 32)); in smp_g2()
696 BT_DBG("v %s", bt_hex(v, 32)); in smp_g2()
697 BT_DBG("x %s", bt_hex(x, 16)); in smp_g2()
698 BT_DBG("y %s", bt_hex(y, 16)); in smp_g2()
711 BT_DBG("res %s", bt_hex(xs, 16)); in smp_g2()
875 BT_DBG("w %s", bt_hex(w, 16)); in smp_h6()
876 BT_DBG("key_id %s", bt_hex(key_id, 4)); in smp_h6()
886 BT_DBG("res %s", bt_hex(res, 16)); in smp_h6()
899 BT_DBG("w %s", bt_hex(w, 16)); in smp_h7()
900 BT_DBG("salt %s", bt_hex(salt, 16)); in smp_h7()
910 BT_DBG("res %s", bt_hex(res, 16)); in smp_h7()
1942 BT_DBG("k %s", bt_hex(k, 16)); in smp_c1()
1943 BT_DBG("r %s", bt_hex(r, 16)); in smp_c1()
1946 BT_DBG("preq %s", bt_hex(preq, 7)); in smp_c1()
1947 BT_DBG("pres %s", bt_hex(pres, 7)); in smp_c1()
1955 BT_DBG("p1 %s", bt_hex(p1, 16)); in smp_c1()
1972 BT_DBG("p2 %s", bt_hex(p2, 16)); in smp_c1()
2404 BT_DBG("pcnf %s", bt_hex(smp->pcnf, 16)); in legacy_pairing_random()
2405 BT_DBG("cfm %s", bt_hex(tmp, 16)); in legacy_pairing_random()
2455 BT_DBG("generated STK %s", bt_hex(smp->tk, 16)); in legacy_pairing_random()
2643 BT_DBG("prnd %s", bt_hex(smp->prnd, 16)); in smp_init()
3486 BT_DBG("pcnf %s", bt_hex(smp->pcnf, 16)); in sc_smp_check_confirm()
3487 BT_DBG("cfm %s", bt_hex(cfm, 16)); in sc_smp_check_confirm()
4481 BT_DBG("Signing msg %s len %u key %s", bt_hex(msg, len), len, in smp_sign_buf()
4482 bt_hex(key, 16)); in smp_sign_buf()
4501 BT_DBG("sig %s", bt_hex(sig, 12)); in smp_sign_buf()
4530 bt_hex(keys->remote_csrk.val, 16), keys->remote_csrk.cnt); in bt_smp_sign_verify()
4572 bt_hex(keys->local_csrk.val, 16), keys->local_csrk.cnt); in bt_smp_sign()
4716 BT_DBG("%s: orig %s", prefix, bt_hex(orig, sizeof(orig))); in sign_test()
4717 BT_DBG("%s: msg %s", prefix, bt_hex(msg, sizeof(msg))); in sign_test()
5119 BT_DBG("%s", bt_hex(tk, 16)); in bt_smp_le_oob_set_tk()