Searched refs:bt_mesh_net_obfuscate (Results 1 – 4 of 4) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | crypto.h | 125 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index,
|
H A D | net.c | 739 err = bt_mesh_net_obfuscate(buf->om_data, BT_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend() 762 err = bt_mesh_net_obfuscate(buf->om_data, BT_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend() 851 return bt_mesh_net_obfuscate(buf->om_data, BT_MESH_NET_IVI_TX, priv); in bt_mesh_net_encode() 994 if (bt_mesh_net_obfuscate(buf->om_data, BT_MESH_NET_IVI_RX(rx), priv)) { in net_decrypt() 1206 if (bt_mesh_net_obfuscate(buf->om_data, BT_MESH_NET_IVI_RX(rx), priv)) { in bt_mesh_net_relay()
|
H A D | crypto.c | 570 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index, in bt_mesh_net_obfuscate() function
|
H A D | friend.c | 367 if (bt_mesh_net_obfuscate(buf->om_data, info->iv_index, priv)) { in create_friend_pdu()
|