Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_conf_salt (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h156 int bt_mesh_prov_conf_salt(const uint8_t conf_inputs[145], uint8_t salt[16]);
Dcrypto.c813 int bt_mesh_prov_conf_salt(const uint8_t conf_inputs[145], uint8_t salt[16]) in bt_mesh_prov_conf_salt() function
Dprov.c851 if (bt_mesh_prov_conf_salt(link.conf_inputs, link.conf_salt)) { in send_confirm()
Dprovisioner_prov.c2022 if (bt_mesh_prov_conf_salt(link[idx].conf_inputs, link[idx].conf_salt)) {