net/bluetooth/smp.c
187
SMP_DBG("msg (len %zu) %*phN", len, (int) len, m);
net/bluetooth/smp.c
188
SMP_DBG("key %16phN", k);
net/bluetooth/smp.c
1921
SMP_DBG("Local Public Key X: %32phN", smp->local_pk);
net/bluetooth/smp.c
1922
SMP_DBG("Local Public Key Y: %32phN", smp->local_pk + 32);
net/bluetooth/smp.c
204
SMP_DBG("mac %16phN", mac);
net/bluetooth/smp.c
215
SMP_DBG("u %32phN", u);
net/bluetooth/smp.c
216
SMP_DBG("v %32phN", v);
net/bluetooth/smp.c
217
SMP_DBG("x %16phN z %02x", x, z);
net/bluetooth/smp.c
227
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
249
SMP_DBG("w %32phN", w);
net/bluetooth/smp.c
250
SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
net/bluetooth/smp.c
251
SMP_DBG("a1 %7phN a2 %7phN", a1, a2);
net/bluetooth/smp.c
257
SMP_DBG("t %16phN", t);
net/bluetooth/smp.c
272
SMP_DBG("mackey %16phN", mackey);
net/bluetooth/smp.c
2771
SMP_DBG("Remote Public Key X: %32phN", smp->remote_pk);
net/bluetooth/smp.c
2772
SMP_DBG("Remote Public Key Y: %32phN", smp->remote_pk + 32);
net/bluetooth/smp.c
2794
SMP_DBG("DHKey %32phN", smp->dhkey);
net/bluetooth/smp.c
280
SMP_DBG("ltk %16phN", ltk);
net/bluetooth/smp.c
293
SMP_DBG("w %16phN", w);
net/bluetooth/smp.c
294
SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
net/bluetooth/smp.c
295
SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2);
net/bluetooth/smp.c
308
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
319
SMP_DBG("u %32phN", u);
net/bluetooth/smp.c
320
SMP_DBG("v %32phN", v);
net/bluetooth/smp.c
321
SMP_DBG("x %16phN y %16phN", x, y);
net/bluetooth/smp.c
334
SMP_DBG("val %06u", *val);
net/bluetooth/smp.c
344
SMP_DBG("w %16phN key_id %4phN", w, key_id);
net/bluetooth/smp.c
350
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
360
SMP_DBG("w %16phN salt %16phN", w, salt);
net/bluetooth/smp.c
366
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
381
SMP_DBG("k %16phN r %16phN", k, r);
net/bluetooth/smp.c
400
SMP_DBG("r %16phN", r);
net/bluetooth/smp.c
413
SMP_DBG("k %16phN r %16phN", k, r);
net/bluetooth/smp.c
414
SMP_DBG("iat %u ia %6phN rat %u ra %6phN", _iat, ia, _rat, ra);
net/bluetooth/smp.c
415
SMP_DBG("preq %7phN pres %7phN", preq, pres);
net/bluetooth/smp.c
425
SMP_DBG("p1 %16phN", p1);
net/bluetooth/smp.c
442
SMP_DBG("p2 %16phN", p2);
net/bluetooth/smp.c
572
SMP_DBG("OOB Public Key X: %32phN", smp->local_pk);
net/bluetooth/smp.c
573
SMP_DBG("OOB Public Key Y: %32phN", smp->local_pk + 32);
net/bluetooth/smp.c
693
SMP_DBG("OOB Remote Confirmation: %16phN", smp->pcnf);
net/bluetooth/smp.c
694
SMP_DBG("OOB Remote Random: %16phN", smp->rr);