/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 511 bt_u32_t iv_index) in create_proxy_nonce() 538 bt_u32_t iv_index) in create_net_nonce() 563 int bt_mesh_net_obfuscate(u8_t *pdu, bt_u32_t iv_index, in bt_mesh_net_obfuscate() 594 bt_u32_t iv_index, bool proxy) in bt_mesh_net_encrypt() 631 bt_u32_t iv_index, bool proxy) in bt_mesh_net_decrypt() 664 bt_u32_t iv_index) in create_app_nonce() 682 u16_t src, u16_t dst, bt_u32_t seq_num, bt_u32_t iv_index) in bt_mesh_app_encrypt() 709 bt_u32_t iv_index) in bt_mesh_app_decrypt() 860 const u8_t net_id[8], bt_u32_t iv_index, in bt_mesh_beacon_auth()
|
A D | net.c | 456 int bt_mesh_net_create(u16_t idx, u8_t flags, const u8_t key[16], bt_u32_t iv_index) in bt_mesh_net_create() 632 bool bt_mesh_net_iv_update(bt_u32_t iv_index, bool iv_update) in bt_mesh_net_iv_update() 950 …l auth_match(struct bt_mesh_subnet_keys *keys, const u8_t net_id[8], u8_t flags, bt_u32_t iv_index, in auth_match() 969 struct bt_mesh_subnet *bt_mesh_subnet_find(const u8_t net_id[8], u8_t flags, bt_u32_t iv_index, con… in bt_mesh_subnet_find()
|
A D | main.c | 50 int bt_mesh_provision(const u8_t net_key[16], u16_t net_idx, u8_t flags, bt_u32_t iv_index, u16_t a… in bt_mesh_provision()
|
A D | beacon.c | 286 bt_u32_t iv_index; in secure_beacon_recv() local
|
A D | provisioner_prov.c | 166 bt_u32_t iv_index; /* IV Index */ member 385 bt_u32_t iv_index; member 452 bt_u32_t iv_index, /* IV Index */ in provisioner_prov_restore_nodes_info() 1150 int bt_mesh_temp_prov_set_flags_iv_index(u8_t flags, bt_u32_t iv_index) in bt_mesh_temp_prov_set_flags_iv_index()
|
A D | lpn.c | 929 bt_u32_t iv_index; in bt_mesh_lpn_friend_update() local
|
A D | provisioner_main.c | 131 … u8_t element_num, u16_t net_idx, u8_t flags, bt_u32_t iv_index, const u8_t dev_key[16], in provisioner_node_provision()
|
A D | friend.c | 63 bt_u32_t iv_index; member
|
A D | transport.c | 68 #define SEQ_AUTH(iv_index, seq) (((u64_t)iv_index) << 24 | (u64_t)seq) argument
|
A D | prov.c | 1134 bt_u32_t iv_index; in prov_data() local
|
A D | settings.c | 102 bt_u32_t iv_index; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | provisioner_main.h | 36 bt_u32_t iv_index; /* Node IV Index */ member
|
A D | provisioner_prov.h | 81 bt_u32_t iv_index; member 98 bt_u32_t iv_index; /* IV Index */ member
|
A D | ble_transport.h | 42 bt_u32_t iv_index; member
|
A D | net.h | 231 bt_u32_t iv_index; /* Current IV Index */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/include/ |
A D | mesh_provisioner.h | 24 uint32_t iv_index; member
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_provision.c | 319 uint32_t iv_index; in genie_provision_ultra_prov_recv_data() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | main.h | 262 bt_u32_t iv_index; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | gcm.c | 578 static const int iv_index[MAX_TESTS] = variable
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 2589 bt_u32_t iv_index; in cmd_provision() local
|