/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | crypto.c | 245 uint32_t iv_index) in create_proxy_nonce() 283 uint32_t iv_index) in create_net_nonce() 308 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, in bt_mesh_net_obfuscate() 335 uint32_t iv_index, enum bt_mesh_nonce_type type) in bt_mesh_net_encrypt() 365 uint32_t iv_index, enum bt_mesh_nonce_type type) in bt_mesh_net_decrypt() 639 const uint8_t net_id[8], uint32_t iv_index, in bt_mesh_beacon_auth() 768 uint32_t iv_index, const uint8_t random[13], in bt_mesh_beacon_encrypt()
|
D | prov_device.c | 450 uint32_t iv_index) in refresh_is_valid() 489 uint32_t iv_index; in prov_data() local
|
D | crypto.h | 107 uint32_t iv_index; member
|
D | net.c | 80 uint32_t iv_index; member 204 uint32_t iv_index) in bt_mesh_net_create() 278 bool bt_mesh_net_iv_update(uint32_t iv_index, bool iv_update) in bt_mesh_net_iv_update() 478 const struct bt_mesh_net_cred *cred, uint32_t iv_index, in net_encrypt()
|
D | main.c | 47 uint8_t flags, uint32_t iv_index, uint16_t addr, in bt_mesh_provision()
|
D | transport.h | 39 uint32_t iv_index; member
|
D | friend.c | 60 uint32_t iv_index; member 482 uint32_t iv_index; in encrypt_friend_pdu() local
|
D | beacon.c | 68 uint32_t iv_index; member
|
D | lpn.c | 1041 uint32_t iv_index; in bt_mesh_lpn_friend_update() local
|
D | net.h | 200 uint32_t iv_index; /* Current IV Index */ member
|
D | cdb.c | 765 void bt_mesh_cdb_iv_update(uint32_t iv_index, bool iv_update) in bt_mesh_cdb_iv_update()
|
D | transport.c | 57 #define SEQ_AUTH(iv_index, seq) (((uint64_t)iv_index) << 24 | (uint64_t)seq) argument
|
D | transport_legacy.c | 56 #define SEQ_AUTH(iv_index, seq) (((uint64_t)iv_index) << 24 | (uint64_t)seq) argument
|
/Zephyr-Core-3.4.0/samples/bluetooth/mesh_demo/src/ |
D | main.c | 39 static const uint32_t iv_index; variable
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 74 uint32_t iv_index; member
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 315 uint32_t iv_index; member 443 uint32_t iv_index) in beacon_create() 1139 uint32_t iv_index) in private_beacon_create()
|
D | test_transport.c | 328 uint32_t iv_index; in test_tx_seg_ivu() local
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/ |
D | shell.c | 940 uint32_t iv_index; in cmd_provision_local() local
|
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 59 uint32_t iv_index; member 68 uint32_t iv_index; member
|
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 36 static uint32_t iv_index; variable
|