Home
last modified time | relevance | path

Searched refs:bt_mesh_net_obfuscate (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h132 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index,
Dnet.c799 err = bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend()
824 err = bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_resend()
913 return bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_TX, priv); in bt_mesh_net_encode()
1082 if (bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_RX(rx), priv)) { in net_decrypt()
1320 if (bt_mesh_net_obfuscate(buf->data, BLE_MESH_NET_IVI_RX(rx), priv)) { in bt_mesh_net_relay()
Dcrypto.c569 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, in bt_mesh_net_obfuscate() function
Dfriend.c540 if (bt_mesh_net_obfuscate(buf->data, iv_index, priv)) { in encrypt_friend_pdu()