Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dcrypto.h124 int bt_mesh_net_encrypt(const u8_t key[16], struct net_buf_simple *buf,
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c776 err = bt_mesh_net_encrypt(enc, &buf->b, BT_MESH_NET_IVI_TX, false); in bt_mesh_net_resend()
869 err = bt_mesh_net_encrypt(enc, buf, BT_MESH_NET_IVI_TX, proxy); in bt_mesh_net_encode()
1226 if (bt_mesh_net_encrypt(enc, &buf->b, BT_MESH_NET_IVI_RX(rx), false)) { in bt_mesh_net_relay()
A Dcrypto.c593 int bt_mesh_net_encrypt(const u8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_encrypt() function
A Dfriend.c375 if (bt_mesh_net_encrypt(enc, &buf->b, info->iv_index, false)) { in create_friend_pdu()

Completed in 9 milliseconds