net/bluetooth/smp.c
177
SMP_DBG("msg (len %zu) %*phN", len, (int) len, m);
net/bluetooth/smp.c
178
SMP_DBG("key %16phN", k);
net/bluetooth/smp.c
187
SMP_DBG("mac %16phN", mac);
net/bluetooth/smp.c
1889
SMP_DBG("Local Public Key X: %32phN", smp->local_pk);
net/bluetooth/smp.c
1890
SMP_DBG("Local Public Key Y: %32phN", smp->local_pk + 32);
net/bluetooth/smp.c
198
SMP_DBG("u %32phN", u);
net/bluetooth/smp.c
199
SMP_DBG("v %32phN", v);
net/bluetooth/smp.c
200
SMP_DBG("x %16phN z %02x", x, z);
net/bluetooth/smp.c
210
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
231
SMP_DBG("w %32phN", w);
net/bluetooth/smp.c
232
SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
net/bluetooth/smp.c
233
SMP_DBG("a1 %7phN a2 %7phN", a1, a2);
net/bluetooth/smp.c
239
SMP_DBG("t %16phN", t);
net/bluetooth/smp.c
254
SMP_DBG("mackey %16phN", mackey);
net/bluetooth/smp.c
262
SMP_DBG("ltk %16phN", ltk);
net/bluetooth/smp.c
2738
SMP_DBG("Remote Public Key X: %32phN", smp->remote_pk);
net/bluetooth/smp.c
2739
SMP_DBG("Remote Public Key Y: %32phN", smp->remote_pk + 32);
net/bluetooth/smp.c
274
SMP_DBG("w %16phN", w);
net/bluetooth/smp.c
275
SMP_DBG("n1 %16phN n2 %16phN", n1, n2);
net/bluetooth/smp.c
276
SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2);
net/bluetooth/smp.c
2761
SMP_DBG("DHKey %32phN", smp->dhkey);
net/bluetooth/smp.c
289
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
300
SMP_DBG("u %32phN", u);
net/bluetooth/smp.c
301
SMP_DBG("v %32phN", v);
net/bluetooth/smp.c
302
SMP_DBG("x %16phN y %16phN", x, y);
net/bluetooth/smp.c
315
SMP_DBG("val %06u", *val);
net/bluetooth/smp.c
324
SMP_DBG("w %16phN key_id %4phN", w, key_id);
net/bluetooth/smp.c
330
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
339
SMP_DBG("w %16phN salt %16phN", w, salt);
net/bluetooth/smp.c
345
SMP_DBG("res %16phN", res);
net/bluetooth/smp.c
360
SMP_DBG("k %16phN r %16phN", k, r);
net/bluetooth/smp.c
379
SMP_DBG("r %16phN", r);
net/bluetooth/smp.c
392
SMP_DBG("k %16phN r %16phN", k, r);
net/bluetooth/smp.c
393
SMP_DBG("iat %u ia %6phN rat %u ra %6phN", _iat, ia, _rat, ra);
net/bluetooth/smp.c
394
SMP_DBG("preq %7phN pres %7phN", preq, pres);
net/bluetooth/smp.c
404
SMP_DBG("p1 %16phN", p1);
net/bluetooth/smp.c
421
SMP_DBG("p2 %16phN", p2);
net/bluetooth/smp.c
551
SMP_DBG("OOB Public Key X: %32phN", smp->local_pk);
net/bluetooth/smp.c
552
SMP_DBG("OOB Public Key Y: %32phN", smp->local_pk + 32);
net/bluetooth/smp.c
671
SMP_DBG("OOB Remote Confirmation: %16phN", smp->pcnf);
net/bluetooth/smp.c
672
SMP_DBG("OOB Remote Random: %16phN", smp->rr);