Home
last modified time | relevance | path

Searched defs:iv_index (Results 1 – 10 of 10) sorted by relevance

/btstack/test/mesh/
H A Dmesh_crypto.py88 def network_pecb(privacy_random, iv_index, privacy_key): argument
92 def network_decrypt(network_pdu, iv_index, encryption_key, privacy_key): argument
108 def network_encrypt(network_pdu, iv_index, encryption_key, privacy_key): argument
H A Dmesh_message_test.py104 iv_index = bytes.fromhex('12345678') variable
115 iv_index = bytes.fromhex('12345678') variable
126 iv_index = bytes.fromhex('00000001') variable
H A Ddump_mesh_pklg.py405 def mesh_set_iv_index(iv_index): argument
/btstack/src/mesh/
H A Dmesh_network.c241 …void mesh_network_create_nonce(uint8_t * nonce, const mesh_network_pdu_t * pdu, uint32_t iv_index){ in mesh_network_create_nonce()
251 …c void mesh_proxy_create_nonce(uint8_t * nonce, const mesh_network_pdu_t * pdu, uint32_t iv_index){ in mesh_proxy_create_nonce()
322 uint32_t iv_index = mesh_get_iv_index_for_tx(); in mesh_network_send_b() local
351 uint32_t iv_index = mesh_get_iv_index_for_tx(); in mesh_network_send_a() local
597 uint32_t iv_index = mesh_get_iv_index(); in iv_index_for_pdu() local
624 uint32_t iv_index = iv_index_for_pdu(incoming_pdu_raw); in process_network_pdu_validate_b() local
671 uint32_t iv_index = iv_index_for_pdu(incoming_pdu_raw); in process_network_pdu_validate() local
H A Dmesh_iv_index_seq_number.c49 void mesh_set_iv_index(uint32_t iv_index){ in mesh_set_iv_index()
95 void mesh_iv_index_recovered(uint8_t iv_update_active, uint32_t iv_index){ in mesh_iv_index_recovered()
H A Dmesh.c135 uint32_t iv_index; member
855 static int mesh_load_iv_index_and_sequence_number(uint32_t * iv_index, uint32_t * sequence_number){ in mesh_load_iv_index_and_sequence_number()
866 static void mesh_store_iv_index_and_sequence_number(uint32_t iv_index, uint32_t sequence_number){ in mesh_store_iv_index_and_sequence_number()
1104 uint32_t iv_index = 0; in mesh_node_startup_from_tlv() local
H A Dprovisioning.h141 uint32_t iv_index; member
H A Dprovisioning_provisioner.c72 static uint32_t iv_index; variable
H A Dprovisioning_device.c132 static uint32_t iv_index; variable
H A Dmesh_upper_transport.c330 uint32_t iv_index = mesh_get_iv_index(); in iv_index_for_ivi_nid() local