Lines Matching refs:bt_hex

87 	LOG_DBG("n %s", bt_hex(n, 16));  in bt_mesh_k2()
88 LOG_DBG("p %s", bt_hex(p, p_len)); in bt_mesh_k2()
142 LOG_DBG("NID 0x%02x enc_key %s", net_id[0], bt_hex(enc_key, sizeof(struct bt_mesh_key))); in bt_mesh_k2()
143 LOG_DBG("priv_key %s", bt_hex(priv_key, sizeof(struct bt_mesh_key))); in bt_mesh_k2()
269 LOG_DBG("SessionKey: %s", bt_hex(raw_key, 16)); in bt_mesh_session_key()
283 LOG_DBG("DevKey: %s", bt_hex(dev_key, 16)); in bt_mesh_dev_key()
360 bt_hex(privacy_key, sizeof(struct bt_mesh_key))); in bt_mesh_net_obfuscate()
365 LOG_DBG("PrivacyRandom %s", bt_hex(priv_rand, 16)); in bt_mesh_net_obfuscate()
387 bt_hex(key, sizeof(struct bt_mesh_key)), mic_len); in bt_mesh_net_encrypt()
388 LOG_DBG("PDU (len %u) %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_net_encrypt()
399 LOG_DBG("Nonce %s", bt_hex(nonce, 13)); in bt_mesh_net_encrypt()
416 LOG_DBG("PDU (%u bytes) %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_net_decrypt()
417 LOG_DBG("iv_index %u, key %s mic_len %u", iv_index, bt_hex(key, sizeof(struct bt_mesh_key)), in bt_mesh_net_decrypt()
429 LOG_DBG("Nonce %s", bt_hex(nonce, 13)); in bt_mesh_net_decrypt()
460 LOG_DBG("AppKey %s", bt_hex(key, sizeof(struct bt_mesh_key))); in bt_mesh_app_encrypt()
463 LOG_DBG("Clear: %s", bt_hex(buf->data, buf->len)); in bt_mesh_app_encrypt()
467 LOG_DBG("Nonce %s", bt_hex(nonce, 13)); in bt_mesh_app_encrypt()
474 LOG_DBG("Encr: %s", bt_hex(buf->data, buf->len)); in bt_mesh_app_encrypt()
486 LOG_DBG("EncData (len %u) %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_app_decrypt()
490 LOG_DBG("AppKey %s", bt_hex(key, sizeof(struct bt_mesh_key))); in bt_mesh_app_decrypt()
491 LOG_DBG("Nonce %s", bt_hex(nonce, 13)); in bt_mesh_app_decrypt()
651 LOG_DBG("ConfirmationKey %s", bt_hex(conf_key, auth_size)); in bt_mesh_prov_conf()
652 LOG_DBG("RandomDevice %s", bt_hex(prov_rand, auth_size)); in bt_mesh_prov_conf()
653 LOG_DBG("AuthValue %s", bt_hex(auth, auth_size)); in bt_mesh_prov_conf()
697 LOG_DBG("BeaconKey %s", bt_hex(beacon_key, sizeof(struct bt_mesh_key))); in bt_mesh_beacon_auth()
698 LOG_DBG("NetId %s", bt_hex(net_id, 8)); in bt_mesh_beacon_auth()
705 LOG_DBG("BeaconMsg %s", bt_hex(msg, sizeof(msg))); in bt_mesh_beacon_auth()
810 LOG_DBG("Invalid auth rx: %s", bt_hex(auth, 8)); in bt_mesh_beacon_decrypt()
811 LOG_DBG("Expected auth: %s", bt_hex(expected_auth, 8)); in bt_mesh_beacon_decrypt()