Searched refs:EC_KEY_dup (Results 1 – 7 of 7) sorted by relevance
208 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup() function
752 EC_KEY *EC_KEY_dup(const EC_KEY *src);
265 ret->ecdh_tmp = EC_KEY_dup(cert->ecdh_tmp); in ssl_cert_dup()
1181 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) in dtls1_send_server_key_exchange()
3550 ecdh = EC_KEY_dup((EC_KEY *)parg); in ssl3_ctx_ctrl()
1739 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) in ssl3_send_server_key_exchange()