Searched refs:SMP_DBG (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/bluetooth/ |
D | smp.c | 48 #define SMP_DBG(fmt, ...) printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 51 #define SMP_DBG(fmt, ...) no_printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 190 SMP_DBG("msg (len %zu) %*phN", len, (int) len, m); in aes_cmac() 191 SMP_DBG("key %16phN", k); in aes_cmac() 208 SMP_DBG("mac %16phN", mac); in aes_cmac() 219 SMP_DBG("u %32phN", u); in smp_f4() 220 SMP_DBG("v %32phN", v); in smp_f4() 221 SMP_DBG("x %16phN z %02x", x, z); in smp_f4() 231 SMP_DBG("res %16phN", res); in smp_f4() 253 SMP_DBG("w %32phN", w); in smp_f5() [all …]
|