Searched refs:bt_mesh_app_decrypt (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | crypto.h | 138 int bt_mesh_app_decrypt(const u8_t key[16], bool dev_key, u8_t aszmic,
|
H A D | transport.c | 609 err = bt_mesh_app_decrypt(bt_mesh.dev_key, true, aszmic, buf, in sdu_recv() 645 err = bt_mesh_app_decrypt(keys->val, false, aszmic, buf, in sdu_recv()
|
H A D | crypto.c | 700 int bt_mesh_app_decrypt(const u8_t key[16], bool dev_key, u8_t aszmic, in bt_mesh_app_decrypt() function
|