Searched refs:bt_mesh_prov_conf (Results 1 – 4 of 4) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | crypto.h | 161 int bt_mesh_prov_conf(const uint8_t conf_key[16], const uint8_t rand[16],
|
| D | prov.c | 879 if (bt_mesh_prov_conf(link.conf_key, link.rand, link.auth, in send_confirm() 1139 if (bt_mesh_prov_conf(link.conf_key, data, link.auth, conf_verify)) { in prov_random()
|
| D | crypto.c | 826 int bt_mesh_prov_conf(const uint8_t conf_key[16], const uint8_t rand[16], in bt_mesh_prov_conf() function
|
| D | provisioner_prov.c | 2053 if (bt_mesh_prov_conf(link[idx].conf_key, link[idx].rand, 2565 if (bt_mesh_prov_conf(link[idx].conf_key, data, link[idx].auth, conf_verify)) {
|