Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A 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
188 SMP_DBG("msg (len %zu) %*phN", len, (int) len, m); in aes_cmac()
189 SMP_DBG("key %16phN", k); in aes_cmac()
205 SMP_DBG("mac %16phN", mac); in aes_cmac()
216 SMP_DBG("u %32phN", u); in smp_f4()
217 SMP_DBG("v %32phN", v); in smp_f4()
218 SMP_DBG("x %16phN z %02x", x, z); in smp_f4()
228 SMP_DBG("res %16phN", res); in smp_f4()
250 SMP_DBG("w %32phN", w); in smp_f5()
[all …]