Lines Matching refs:LOG_DBG
25 LOG_DBG("u %s", bt_hex(u, 32)); in bt_crypto_f4()
26 LOG_DBG("v %s", bt_hex(v, 32)); in bt_crypto_f4()
27 LOG_DBG("x %s z 0x%x", bt_hex(x, 16), z); in bt_crypto_f4()
51 LOG_DBG("res %s", bt_hex(res, 16)); in bt_crypto_f4()
73 LOG_DBG("w %s", bt_hex(w, 32)); in bt_crypto_f5()
74 LOG_DBG("n1 %s", bt_hex(n1, 16)); in bt_crypto_f5()
75 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f5()
84 LOG_DBG("t %s", bt_hex(t, 16)); in bt_crypto_f5()
98 LOG_DBG("mackey %1s", bt_hex(mackey, 16)); in bt_crypto_f5()
110 LOG_DBG("ltk %s", bt_hex(ltk, 16)); in bt_crypto_f5()
125 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_f6()
126 LOG_DBG("n1 %s", bt_hex(n1, 16)); in bt_crypto_f6()
127 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f6()
128 LOG_DBG("r %s", bt_hex(r, 16)); in bt_crypto_f6()
129 LOG_DBG("io_cap %s", bt_hex(iocap, 3)); in bt_crypto_f6()
130 LOG_DBG("a1 %s", bt_hex(a1, 7)); in bt_crypto_f6()
131 LOG_DBG("a2 %s", bt_hex(a2, 7)); in bt_crypto_f6()
153 LOG_DBG("res %s", bt_hex(check, 16)); in bt_crypto_f6()
166 LOG_DBG("u %s", bt_hex(u, 32)); in bt_crypto_g2()
167 LOG_DBG("v %s", bt_hex(v, 32)); in bt_crypto_g2()
168 LOG_DBG("x %s", bt_hex(x, 16)); in bt_crypto_g2()
169 LOG_DBG("y %s", bt_hex(y, 16)); in bt_crypto_g2()
182 LOG_DBG("res %s", bt_hex(xs, 16)); in bt_crypto_g2()
187 LOG_DBG("passkey %u", *passkey); in bt_crypto_g2()
198 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_h6()
199 LOG_DBG("key_id %s", bt_hex(key_id, 4)); in bt_crypto_h6()
209 LOG_DBG("res %s", bt_hex(res, 16)); in bt_crypto_h6()
222 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_h7()
223 LOG_DBG("salt %s", bt_hex(salt, 16)); in bt_crypto_h7()
233 LOG_DBG("res %s", bt_hex(res, 16)); in bt_crypto_h7()
248 LOG_DBG("k %s", bt_hex(k, 16)); in bt_crypto_h8()
249 LOG_DBG("s %s", bt_hex(s, 16)); in bt_crypto_h8()
250 LOG_DBG("key_id %s", bt_hex(key_id, 4)); in bt_crypto_h8()
267 LOG_DBG("res %s", bt_hex(res, 16)); in bt_crypto_h8()