Searched refs:SMP_DBG (Results 1 – 1 of 1) sorted by relevance
/linux/net/bluetooth/ |
H A D | smp.c | 46 #define SMP_DBG(fmt, ...) printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 49 #define SMP_DBG(fmt, ...) no_printk(KERN_DEBUG "%s: " fmt, __func__, \ macro 187 SMP_DBG("msg (len %zu) %*phN", len, (int) len, m); in aes_cmac() 188 SMP_DBG("key %16phN", k); in aes_cmac() 204 SMP_DBG("mac %16phN", mac); in aes_cmac() 215 SMP_DBG("u %32phN", u); in smp_f4() 216 SMP_DBG("v %32phN", v); in smp_f4() 217 SMP_DBG("x %16phN z %02x", x, z); in smp_f4() 227 SMP_DBG("res %16phN", res); in smp_f4() 249 SMP_DBG("w %32phN", w); in smp_f5() [all …]
|