Searched refs:bt_mesh_dh_key_gen (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 771 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | prov.c | 995 if (bt_mesh_dh_key_gen(buf.data, prov_dh_key_cb, 0)) { in send_pub_key() 1037 if (bt_mesh_dh_key_gen(buf.data, prov_dh_key_cb, 0)) { in bt_mesh_calc_dh_key()
|
D | provisioner_prov.c | 2229 if (bt_mesh_dh_key_gen(pub_key, prov_dh_key_cb, idx)) {
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1884 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx) in bt_mesh_dh_key_gen() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1886 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx) in bt_mesh_dh_key_gen() function
|