Searched refs:bt_mesh_app_decrypt (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 145 int bt_mesh_app_decrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic,
|
D | crypto.c | 699 int bt_mesh_app_decrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic, in bt_mesh_app_decrypt() function
|
D | transport.c | 788 err = bt_mesh_app_decrypt(dev_key, true, aszmic, buf, in sdu_recv() 842 err = bt_mesh_app_decrypt(keys->val, false, aszmic, buf, in sdu_recv()
|
D | friend.c | 427 return bt_mesh_app_decrypt(meta->key, meta->is_dev_key, 0, &sdu, &sdu, in unseg_app_sdu_decrypt()
|