Home
last modified time | relevance | path

Searched refs:SMP_DBG (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dsmp.c47 #define SMP_DBG(fmt, ...) printk(KERN_DEBUG "%s: " fmt, __func__, \ macro
50 #define SMP_DBG(fmt, ...) no_printk(KERN_DEBUG "%s: " fmt, __func__, \ macro
186 SMP_DBG("msg (len %zu) %*phN", len, (int) len, m); in aes_cmac()
187 SMP_DBG("key %16phN", k); in aes_cmac()
203 SMP_DBG("mac %16phN", mac); in aes_cmac()
214 SMP_DBG("u %32phN", u); in smp_f4()
215 SMP_DBG("v %32phN", v); in smp_f4()
216 SMP_DBG("x %16phN z %02x", x, z); in smp_f4()
226 SMP_DBG("res %16phN", res); in smp_f4()
248 SMP_DBG("w %32phN", w); in smp_f5()
[all …]