Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c150 extern int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv);
536 rc = ble_sm_alg_gen_key_pair(pub, priv); in esp_ecc_gen_key_pair()
1442 int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv) in ble_sm_alg_gen_key_pair() function
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c142 extern int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv);
483 rc = ble_sm_alg_gen_key_pair(pub, priv); in esp_ecc_gen_key_pair()
1537 int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv) in ble_sm_alg_gen_key_pair() function
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c139 extern int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv);
480 rc = ble_sm_alg_gen_key_pair(pub, priv); in esp_ecc_gen_key_pair()
1514 int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv) in ble_sm_alg_gen_key_pair() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1808 int ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv);
1830 int rc = ble_sm_alg_gen_key_pair(bt_mesh_public_key, pri_key); in bt_mesh_pub_key_get()