Searched refs:bt_mesh_net_decrypt (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 127 int bt_mesh_net_decrypt(const u8_t key[16], struct net_buf_simple *buf,
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 758 err = bt_mesh_net_decrypt(enc, &buf->b, BT_MESH_NET_IVI_TX, false); in bt_mesh_net_resend() 1028 return bt_mesh_net_decrypt(enc, buf, BT_MESH_NET_IVI_RX(rx), true); in net_decrypt() 1031 return bt_mesh_net_decrypt(enc, buf, BT_MESH_NET_IVI_RX(rx), false); in net_decrypt()
|
A D | crypto.c | 630 int bt_mesh_net_decrypt(const u8_t key[16], struct net_buf_simple *buf, in bt_mesh_net_decrypt() function
|
Completed in 7 milliseconds