Home
last modified time | relevance | path

Searched refs:NID_secp521r1 (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/crypto/openssh/
Dkey.c967 { "ecdsa-sha2-nistp521", "ECDSA", KEY_ECDSA, NID_secp521r1, 0 },
979 KEY_ECDSA_CERT, NID_secp521r1, 1 },
1174 return NID_secp521r1; in key_ecdsa_bits_to_nid()
1191 NID_secp521r1, in key_ecdsa_key_to_nid()
2166 return NID_secp521r1; in key_curve_name_to_nid()
2184 case NID_secp521r1: in key_curve_nid_to_bits()
2203 else if (nid == NID_secp521r1) in key_curve_nid_to_name()
Dkex.c87 { KEX_ECDH_SHA2_NISTP521, KEX_ECDH_SHA2, NID_secp521r1,
Dconfigure.ac2612 AC_MSG_CHECKING([whether OpenSSL has NID_secp521r1])
2625 EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp521r1);
2629 AC_MSG_CHECKING([if OpenSSL's NID_secp521r1 is functional])
2639 EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp521r1);
2677 AC_DEFINE([OPENSSL_HAS_NISTP521], [1], [libcrypto has NID_secp521r1])
DChangeLog784 NID_X9_62_prime256v1, NID_secp384r1 and NID_secp521r1 and test that the
785 latter actually works before using it. Fedora (at least) has NID_secp521r1
787 - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test.
789 - (dtucker) [key.c] Check for the correct defines for NID_secp521r1.
Dconfig.h.in1458 /* libcrypto has NID_secp521r1 */
Dconfigure12595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenSSL has NID_secp521r1" >&5
12596 $as_echo_n "checking whether OpenSSL has NID_secp521r1... " >&6; }
12625 $as_echo_n "checking if OpenSSL's NID_secp521r1 is functional... " >&6; }
/freebsd-9-stable/crypto/openssl/crypto/ecdh/
Decdhtest.c344 if (!test_ecdh_curve(NID_secp521r1, "NIST Prime-Curve P-521", ctx, out)) in main()
/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec_curve.c1136 {NID_secp521r1, &_EC_NIST_PRIME_521},
/freebsd-9-stable/crypto/openssl/crypto/objects/
Dobj_mac.h393 #define NID_secp521r1 716 macro
Dobj_dat.h2031 {"secp521r1","secp521r1",NID_secp521r1,5,&(lvalues[4846]),0},
/freebsd-9-stable/crypto/openssl/ssl/
Ds3_clnt.c2709 NID_secp521r1 /* secp521r1 (25) */ in curve_id2nid()
Ds3_srvr.c2711 case NID_secp521r1: /* secp521r1 (25) */ in nid2curve_id()
/freebsd-9-stable/crypto/openssl/apps/
Dspeed.c689 NID_secp521r1, in MAIN()