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" \
537 EC_KEY *ecdh = NULL;
759 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
986 ecdh = EC_KEY_new_by_curve_name(nid);
987 if (ecdh == NULL)
993 SSL_CTX_set_tmp_ecdh(s_ctx, ecdh);
995 EC_KEY_free(ecdh);