Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h135 int bt_mesh_net_encrypt(const uint8_t key[16], struct net_buf_simple *buf,
Dnet.c818 err = bt_mesh_net_encrypt(enc, &buf->b, BLE_MESH_NET_IVI_TX, false); in bt_mesh_net_resend()
908 err = bt_mesh_net_encrypt(enc, buf, BLE_MESH_NET_IVI_TX, proxy); in bt_mesh_net_encode()
1315 if (bt_mesh_net_encrypt(enc, &buf->b, BLE_MESH_NET_IVI_RX(rx), false)) { in bt_mesh_net_relay()
Dcrypto.c595 int bt_mesh_net_encrypt(const uint8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_encrypt() function
Dfriend.c535 if (bt_mesh_net_encrypt(enc, &buf->b, iv_index, false)) { in encrypt_friend_pdu()