Home
last modified time | relevance | path

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 Dcrypto.h125 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index,
H A Dnet.c739 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 Dcrypto.c570 int bt_mesh_net_obfuscate(u8_t *pdu, u32_t iv_index, in bt_mesh_net_obfuscate() function
H A Dfriend.c367 if (bt_mesh_net_obfuscate(buf->om_data, info->iv_index, priv)) { in create_friend_pdu()