Searched refs:peer_pub_key_x (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 147 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, 189 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, 541 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in esp_ecc_gen_dh_key() argument 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() argument 1304 swap_buf(pk, peer_pub_key_x, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 139 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, 173 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, 488 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in esp_ecc_gen_dh_key() argument 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() argument 1399 swap_buf(pk, peer_pub_key_x, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 136 extern int ble_sm_alg_gen_dhkey(const uint8_t *peer_pub_key_x, 170 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, 485 static int esp_ecc_gen_dh_key(const uint8_t *peer_pub_key_x, const uint8_t *peer_pub_key_y, in esp_ecc_gen_dh_key() argument 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() argument 1376 swap_buf(pk, peer_pub_key_x, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1881 int ble_sm_alg_gen_dhkey(uint8_t *peer_pub_key_x, uint8_t *peer_pub_key_y,
|