Searched defs:iv_index (Results 1 – 10 of 10) sorted by relevance
/btstack/test/mesh/ |
H A D | mesh_crypto.py | 88 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 D | mesh_message_test.py | 104 iv_index = bytes.fromhex('12345678') variable 115 iv_index = bytes.fromhex('12345678') variable 126 iv_index = bytes.fromhex('00000001') variable
|
H A D | dump_mesh_pklg.py | 405 def mesh_set_iv_index(iv_index): argument
|
/btstack/src/mesh/ |
H A D | mesh_network.c | 241 …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 D | mesh_iv_index_seq_number.c | 49 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 D | mesh.c | 135 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 D | provisioning.h | 141 uint32_t iv_index; member
|
H A D | provisioning_provisioner.c | 72 static uint32_t iv_index; variable
|
H A D | provisioning_device.c | 132 static uint32_t iv_index; variable
|
H A D | mesh_upper_transport.c | 330 uint32_t iv_index = mesh_get_iv_index(); in iv_index_for_ivi_nid() local
|