Home
last modified time | relevance | path

Searched refs:bt_mesh_net_decrypt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h138 int bt_mesh_net_decrypt(const uint8_t key[16], struct net_buf_simple *buf,
Dnet.c805 err = bt_mesh_net_decrypt(enc, &buf->b, BLE_MESH_NET_IVI_TX, false); in bt_mesh_net_resend()
1101 return bt_mesh_net_decrypt(enc, buf, BLE_MESH_NET_IVI_RX(rx), in net_decrypt()
1105 return bt_mesh_net_decrypt(enc, buf, BLE_MESH_NET_IVI_RX(rx), false); in net_decrypt()
Dcrypto.c627 int bt_mesh_net_decrypt(const uint8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_decrypt() function