Lines Matching refs:LOG_DBG
44 LOG_DBG("Invalid r %s", bt_hex(r, BT_CSIP_CRYPTO_PRAND_SIZE)); in bt_csip_sih()
47 LOG_DBG("SIRK %s", bt_hex(sirk, BT_CSIP_SIRK_SIZE)); in bt_csip_sih()
48 LOG_DBG("r %s", bt_hex(r, BT_CSIP_CRYPTO_PRAND_SIZE)); in bt_csip_sih()
54 LOG_DBG("r' %s", bt_hex(res, sizeof(res))); in bt_csip_sih()
69 LOG_DBG("res %s", bt_hex(res, sizeof(res))); in bt_csip_sih()
74 LOG_DBG("sih %s", bt_hex(out, BT_CSIP_CRYPTO_HASH_SIZE)); in bt_csip_sih()
110 LOG_DBG("BE: n %s", bt_hex(n, n_size)); in k1()
111 LOG_DBG("BE: salt %s", bt_hex(salt, BT_CSIP_CRYPTO_SALT_SIZE)); in k1()
112 LOG_DBG("BE: p %s", bt_hex(p, p_size)); in k1()
116 LOG_DBG("BE: t %s", bt_hex(t, sizeof(t))); in k1()
124 LOG_DBG("BE: out %s", bt_hex(out, 16)); in k1()
147 LOG_DBG("BE: m %s", bt_hex(m, m_size)); in s1()
153 LOG_DBG("BE: out %s", bt_hex(out, 16)); in s1()
172 LOG_DBG("SIRK %s", bt_hex(sirk, BT_CSIP_SIRK_SIZE)); in bt_csip_sef()
182 LOG_DBG("BE: k %s", bt_hex(k1_tmp, sizeof(k1_tmp))); in bt_csip_sef()
189 LOG_DBG("BE: s1 result %s", bt_hex(s1_out, sizeof(s1_out))); in bt_csip_sef()
196 LOG_DBG("BE: k1 result %s", bt_hex(k1_out, sizeof(k1_out))); in bt_csip_sef()
204 LOG_DBG("out %s", bt_hex(out_sirk, BT_CSIP_SIRK_SIZE)); in bt_csip_sef()
220 LOG_DBG("Running SDF as SEF"); in bt_csip_sdf()