Searched defs:iv_index (Results 1 – 12 of 12) sorted by relevance
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
| D | crypto.c | 474 u32_t iv_index) in create_proxy_nonce() 495 u32_t iv_index) in create_net_nonce() 515 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index, in bt_mesh_net_obfuscate() 539 u32_t iv_index, bool proxy) in bt_mesh_net_encrypt() 565 u32_t iv_index, bool proxy) in bt_mesh_net_decrypt() 587 u32_t iv_index) in create_app_nonce() 603 u16_t src, u16_t dst, u32_t seq_num, u32_t iv_index) in mesh_app_encrypt() 620 u16_t dst, u32_t seq_num, u32_t iv_index) in bt_mesh_app_encrypt_in_place() 634 u16_t src, u16_t dst, u32_t seq_num, u32_t iv_index) in bt_mesh_app_encrypt() 650 u32_t seq_num, u32_t iv_index) in mesh_app_decrypt() [all …]
|
| D | net.c | 411 u32_t iv_index) in bt_mesh_net_create() 582 bool bt_mesh_net_iv_update(u32_t iv_index, bool iv_update) in bt_mesh_net_iv_update() 889 u32_t iv_index, const u8_t auth[8]) in auth_match() 910 u32_t iv_index, const u8_t auth[8], in bt_mesh_subnet_find()
|
| D | mesh.c | 37 u8_t flags, u32_t iv_index, u16_t addr, in bt_mesh_provision()
|
| D | transport.h | 41 u32_t iv_index; member
|
| D | beacon.c | 278 u32_t iv_index; in secure_beacon_recv() local
|
| D | friend.c | 59 u32_t iv_index; member 423 u32_t iv_index; in encrypt_friend_pdu() local
|
| D | lpn.c | 917 u32_t iv_index; in bt_mesh_lpn_friend_update() local
|
| D | transport.c | 51 #define SEQ_AUTH(iv_index, seq) (((u64_t)(iv_index)) << 24 | (u64_t)(seq)) argument
|
| D | net.h | 241 u32_t iv_index; /* Current IV Index */ member
|
| D | prov.c | 1274 u32_t iv_index; in prov_data() local
|
| D | settings.c | 73 u32_t iv_index; member
|
| D | shell.c | 1823 u32_t iv_index; in cmd_provision() local
|