SMP_DBG           190 net/bluetooth/smp.c 	SMP_DBG("msg (len %zu) %*phN", len, (int) len, m);
SMP_DBG           191 net/bluetooth/smp.c 	SMP_DBG("key %16phN", k);
SMP_DBG           208 net/bluetooth/smp.c 	SMP_DBG("mac %16phN", mac);
SMP_DBG           219 net/bluetooth/smp.c 	SMP_DBG("u %32phN", u);
SMP_DBG           220 net/bluetooth/smp.c 	SMP_DBG("v %32phN", v);
SMP_DBG           221 net/bluetooth/smp.c 	SMP_DBG("x %16phN z %02x", x, z);
SMP_DBG           231 net/bluetooth/smp.c 	SMP_DBG("res %16phN", res);
SMP_DBG           253 net/bluetooth/smp.c 	SMP_DBG("w %32phN", w);
SMP_DBG           254 net/bluetooth/smp.c 	SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
SMP_DBG           255 net/bluetooth/smp.c 	SMP_DBG("a1 %7phN a2 %7phN", a1, a2);
SMP_DBG           261 net/bluetooth/smp.c 	SMP_DBG("t %16phN", t);
SMP_DBG           276 net/bluetooth/smp.c 	SMP_DBG("mackey %16phN", mackey);
SMP_DBG           284 net/bluetooth/smp.c 	SMP_DBG("ltk %16phN", ltk);
SMP_DBG           297 net/bluetooth/smp.c 	SMP_DBG("w %16phN", w);
SMP_DBG           298 net/bluetooth/smp.c 	SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
SMP_DBG           299 net/bluetooth/smp.c 	SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2);
SMP_DBG           312 net/bluetooth/smp.c 	SMP_DBG("res %16phN", res);
SMP_DBG           323 net/bluetooth/smp.c 	SMP_DBG("u %32phN", u);
SMP_DBG           324 net/bluetooth/smp.c 	SMP_DBG("v %32phN", v);
SMP_DBG           325 net/bluetooth/smp.c 	SMP_DBG("x %16phN y %16phN", x, y);
SMP_DBG           338 net/bluetooth/smp.c 	SMP_DBG("val %06u", *val);
SMP_DBG           348 net/bluetooth/smp.c 	SMP_DBG("w %16phN key_id %4phN", w, key_id);
SMP_DBG           354 net/bluetooth/smp.c 	SMP_DBG("res %16phN", res);
SMP_DBG           364 net/bluetooth/smp.c 	SMP_DBG("w %16phN salt %16phN", w, salt);
SMP_DBG           370 net/bluetooth/smp.c 	SMP_DBG("res %16phN", res);
SMP_DBG           385 net/bluetooth/smp.c 	SMP_DBG("k %16phN r %16phN", k, r);
SMP_DBG           404 net/bluetooth/smp.c 	SMP_DBG("r %16phN", r);
SMP_DBG           417 net/bluetooth/smp.c 	SMP_DBG("k %16phN r %16phN", k, r);
SMP_DBG           418 net/bluetooth/smp.c 	SMP_DBG("iat %u ia %6phN rat %u ra %6phN", _iat, ia, _rat, ra);
SMP_DBG           419 net/bluetooth/smp.c 	SMP_DBG("preq %7phN pres %7phN", preq, pres);
SMP_DBG           429 net/bluetooth/smp.c 	SMP_DBG("p1 %16phN", p1);
SMP_DBG           446 net/bluetooth/smp.c 	SMP_DBG("p2 %16phN", p2);
SMP_DBG           582 net/bluetooth/smp.c 	SMP_DBG("OOB Public Key X: %32phN", smp->local_pk);
SMP_DBG           583 net/bluetooth/smp.c 	SMP_DBG("OOB Public Key Y: %32phN", smp->local_pk + 32);
SMP_DBG           703 net/bluetooth/smp.c 			SMP_DBG("OOB Remote Confirmation: %16phN", smp->pcnf);
SMP_DBG           704 net/bluetooth/smp.c 			SMP_DBG("OOB Remote Random: %16phN", smp->rr);
SMP_DBG          1910 net/bluetooth/smp.c 	SMP_DBG("Local Public Key X: %32phN", smp->local_pk);
SMP_DBG          1911 net/bluetooth/smp.c 	SMP_DBG("Local Public Key Y: %32phN", smp->local_pk + 32);
SMP_DBG          2709 net/bluetooth/smp.c 	SMP_DBG("Remote Public Key X: %32phN", smp->remote_pk);
SMP_DBG          2710 net/bluetooth/smp.c 	SMP_DBG("Remote Public Key Y: %32phN", smp->remote_pk + 32);
SMP_DBG          2732 net/bluetooth/smp.c 	SMP_DBG("DHKey %32phN", smp->dhkey);