Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_decrypt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h164 int bt_mesh_prov_decrypt(const uint8_t key[16], uint8_t nonce[13],
Dcrypto.c838 int bt_mesh_prov_decrypt(const uint8_t key[16], uint8_t nonce[13], in bt_mesh_prov_decrypt() function
Dprov.c1216 err = bt_mesh_prov_decrypt(session_key, nonce, data, pdu); in prov_data()