Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c147 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x,
546 rc = ble_sm_alg_gen_dhkey(peer_pub_key_x, peer_pub_key_y, our_priv_key, out_dhkey); in esp_ecc_gen_dh_key()
1296 int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in ble_sm_alg_gen_dhkey() function
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c139 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x,
493 rc = ble_sm_alg_gen_dhkey(peer_pub_key_x, peer_pub_key_y, our_priv_key, out_dhkey); in esp_ecc_gen_dh_key()
1391 int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in ble_sm_alg_gen_dhkey() function
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c136 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x,
490 rc = ble_sm_alg_gen_dhkey(peer_pub_key_x, peer_pub_key_y, our_priv_key, out_dhkey); in esp_ecc_gen_dh_key()
1368 int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in ble_sm_alg_gen_dhkey() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1881 int ble_sm_alg_gen_dhkey(uint8_t *peer_pub_key_x, uint8_t *peer_pub_key_y,
1890ble_sm_alg_gen_dhkey((uint8_t *)&remote_pk[0], (uint8_t *)&remote_pk[32], bt_mesh_private_key, dhk… in bt_mesh_dh_key_gen()