Searched refs:SMP_DBG (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 44 #define SMP_DBG(fmt, ...) printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 47 #define SMP_DBG(fmt, ...) no_printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 193 SMP_DBG("msg (len %zu) %*phN", len, (int) len, m); in aes_cmac() 194 SMP_DBG("key %16phN", k); in aes_cmac() 218 SMP_DBG("mac %16phN", mac); in aes_cmac() 229 SMP_DBG("u %32phN", u); in smp_f4() 230 SMP_DBG("v %32phN", v); in smp_f4() 231 SMP_DBG("x %16phN z %02x", x, z); in smp_f4() 241 SMP_DBG("res %16phN", res); in smp_f4() 263 SMP_DBG("w %32phN", w); in smp_f5() [all …]
|