Searched refs:bt_mesh_net_encrypt (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 135 int bt_mesh_net_encrypt(const uint8_t key[16], struct net_buf_simple *buf,
|
D | net.c | 818 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()
|
D | crypto.c | 595 int bt_mesh_net_encrypt(const uint8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_encrypt() function
|
D | friend.c | 535 if (bt_mesh_net_encrypt(enc, &buf->b, iv_index, false)) { in encrypt_friend_pdu()
|