Searched refs:named_curve (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/demos/ssltest-ecc/
H A Dssltest.sh76 -named_curve $curve -cipher AECDH-NULL-SHA
83 -named_curve $curve -cipher AECDH-RC4-SHA
117 -cipher $cipher -named_curve $DEFAULT_CURVE
123 -cipher $cipher -named_curve $DEFAULT_CURVE
133 -cipher ECDHE-ECDSA-AES128-SHA -named_curve $curve
172 -cipher $cipher -named_curve $DEFAULT_CURVE
175 -cipher $cipher -named_curve $DEFAULT_CURVE
181 -cipher $cipher -named_curve $DEFAULT_CURVE
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c187 ASN1_OBJECT *named_curve; member in union:ecpk_parameters_st::__anon46
259 ASN1_SIMPLE(ECPKPARAMETERS, value.named_curve, ASN1_OBJECT),
647 if (ret->type == 0 && ret->value.named_curve)
648 ASN1_OBJECT_free(ret->value.named_curve);
660 if ((ret->value.named_curve = OBJ_nid2obj(tmp)) == NULL)
924 tmp = OBJ_obj2nid(params->value.named_curve);
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_server.c379 " -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n"
792 char *named_curve = NULL; local
895 else if (strcmp(*argv, "-named_curve") == 0) {
898 named_curve = *(++argv);
1374 if (named_curve) {
1375 int nid = OBJ_sn2nid(named_curve);
1378 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
1384 named_curve);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c291 " -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n"
409 char *named_curve = NULL; local
578 } else if (strcmp(*argv, "-named_curve") == 0) {
582 named_curve = *(++argv);
585 "ignoring -named_curve, since I'm compiled without ECDH\n");
740 if (named_curve != NULL) {
741 nid = OBJ_sn2nid(named_curve);
743 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);

Completed in 74 milliseconds