Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.c94 static const mesh_network_key_t * current_network_key; variable
344 …btstack_crypto_aes128_encrypt(&mesh_network_crypto_request.aes128, current_network_key->privacy_ke… in mesh_network_send_b()
367 current_network_key = mesh_subnet_get_outgoing_network_key(subnet); in mesh_network_send_a()
391 printf_hexdump(current_network_key->encryption_key, 16); in mesh_network_send_a()
397 …btstack_crypto_ccm_init(&mesh_network_crypto_request.ccm, current_network_key->encryption_key, net… in mesh_network_send_a()
536 incoming_pdu_decoded->netkey_index = current_network_key->netkey_index; in process_network_pdu_validate_d()
651 printf_hexdump(current_network_key->encryption_key, 16); in process_network_pdu_validate_b()
655 …btstack_crypto_ccm_init(&mesh_network_crypto_request.ccm, current_network_key->encryption_key, net… in process_network_pdu_validate_b()
668 current_network_key = mesh_network_key_nid_iterator_get_next(&validation_network_key_it); in process_network_pdu_validate()
675 …btstack_crypto_aes128_encrypt(&mesh_network_crypto_request.aes128, current_network_key->privacy_ke… in process_network_pdu_validate()