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 D | crypto.h | 124 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 D | net.c | 776 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 D | crypto.c | 593 int bt_mesh_net_encrypt(const u8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_encrypt() function
|
A D | friend.c | 375 if (bt_mesh_net_encrypt(enc, &buf->b, info->iv_index, false)) { in create_friend_pdu()
|
Completed in 9 milliseconds