Searched refs:bt_mesh_app_encrypt (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 130 int bt_mesh_app_encrypt(const u8_t key[16], bool dev_key, u8_t aszmic,
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 680 int bt_mesh_app_encrypt(const u8_t key[16], bool dev_key, u8_t aszmic, in bt_mesh_app_encrypt() function
|
A D | transport.c | 523 …err = bt_mesh_app_encrypt(key, tx->ctx->app_idx == BT_MESH_KEY_DEV, tx->aszmic, msg, ad, tx->src, … in bt_mesh_trans_send()
|
Completed in 7 milliseconds