Searched refs:our_priv_key (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 149 const uint8_t *our_priv_key, uint8_t *out_dhkey); 190 const uint8_t *our_priv_key, uint8_t *out_dhkey); 542 const uint8_t *our_priv_key, uint8_t *out_dhkey) 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() 1297 const uint8_t *our_priv_key, uint8_t *out_dhkey) in ble_sm_alg_gen_dhkey() argument 1306 swap_buf(priv, our_priv_key, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 141 const uint8_t *our_priv_key, uint8_t *out_dhkey); 174 const uint8_t *our_priv_key, uint8_t *out_dhkey); 489 const uint8_t *our_priv_key, uint8_t *out_dhkey) 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() 1392 const uint8_t *our_priv_key, uint8_t *out_dhkey) in ble_sm_alg_gen_dhkey() argument 1401 swap_buf(priv, our_priv_key, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 138 const uint8_t *our_priv_key, uint8_t *out_dhkey); 171 const uint8_t *our_priv_key, uint8_t *out_dhkey); 486 const uint8_t *our_priv_key, uint8_t *out_dhkey) 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() 1369 const uint8_t *our_priv_key, uint8_t *out_dhkey) in ble_sm_alg_gen_dhkey() argument 1378 swap_buf(priv, our_priv_key, 32); in ble_sm_alg_gen_dhkey()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1882 uint8_t *our_priv_key, uint8_t *out_dhkey);
|