Lines Matching refs:bt_hex

318 	LOG_DBG("ConfInputs[0]   %s", bt_hex(inputs, 32));  in send_confirm()
319 LOG_DBG("ConfInputs[32] %s", bt_hex(&inputs[32], 32)); in send_confirm()
320 LOG_DBG("ConfInputs[64] %s", bt_hex(&inputs[64], 32)); in send_confirm()
321 LOG_DBG("ConfInputs[96] %s", bt_hex(&inputs[96], 32)); in send_confirm()
322 LOG_DBG("ConfInputs[128] %s", bt_hex(&inputs[128], 17)); in send_confirm()
332 LOG_DBG("ConfirmationSalt: %s", bt_hex(bt_mesh_prov_link.conf_salt, auth_size)); in send_confirm()
339 LOG_DBG("AuthValue %s", bt_hex(bt_mesh_prov_link.auth, 32)); in send_confirm()
349 LOG_DBG("ConfirmationKey: %s", bt_hex(bt_mesh_prov_link.conf_key, auth_size)); in send_confirm()
357 LOG_DBG("LocalRandom: %s", bt_hex(bt_mesh_prov_link.rand, auth_size)); in send_confirm()
404 LOG_DBG("Local Public Key: %s", bt_hex(buf.data + 1, PUB_KEY_SIZE)); in send_pub_key()
436 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in prov_dh_key_gen()
461 LOG_DBG("Remote Public Key: %s", bt_hex(data, PUB_KEY_SIZE)); in prov_pub_key()
517 LOG_DBG("Nonce: %s", bt_hex(nonce, 13)); in send_prov_data()
577 bt_hex(&provisionee.new_dev_key, 16), node->net_idx, in prov_complete()
634 LOG_DBG("Remote Random: %s", bt_hex(data, rand_size)); in prov_random()
650 LOG_DBG("Received: %s", bt_hex(bt_mesh_prov_link.conf, rand_size)); in prov_random()
651 LOG_DBG("Calculated: %s", bt_hex(conf_verify, rand_size)); in prov_random()
663 LOG_DBG("ProvisioningSalt: %s", bt_hex(bt_mesh_prov_link.prov_salt, 16)); in prov_random()
672 LOG_DBG("Remote Confirm: %s", bt_hex(data, conf_size)); in prov_confirm()
906 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in reprovision_local_client_server()