Home | History | Annotate | Download | only in ssl

Lines Matching defs:ecdh

367 	fprintf(stderr," -named_curve arg  - Elliptic curve name to use for ephemeral ECDH keys.\n" \
531 EC_KEY *ecdh = NULL;
754 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
957 ecdh = EC_KEY_new_by_curve_name(nid);
958 if (ecdh == NULL)
964 SSL_CTX_set_tmp_ecdh(s_ctx, ecdh);
966 EC_KEY_free(ecdh);