/freebsd/crypto/openssl/test/ |
H A D | ecdsatest.h | 1373 {NID_secp384r1, NID_sha224, 1389 {NID_secp384r1, NID_sha224, 1405 {NID_secp384r1, NID_sha224, 1421 {NID_secp384r1, NID_sha224, 1437 {NID_secp384r1, NID_sha224, 1453 {NID_secp384r1, NID_sha224, 1469 {NID_secp384r1, NID_sha224, 1485 {NID_secp384r1, NID_sha224, 1501 {NID_secp384r1, NID_sha224, 1517 {NID_secp384r1, NID_sha224, [all …]
|
H A D | ectest.c | 2021 if (!TEST_ptr(group = EC_GROUP_new_by_curve_name(NID_secp384r1)) in parameter_test()
|
H A D | evp_extra_test.c | 3575 NID_secp384r1, NID_secp521r1,
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ec_support.c | 34 {"secp384r1", NID_secp384r1 }, 166 {"P-384", NID_secp384r1},
|
/freebsd/crypto/openssh/ |
H A D | ssh-ecdsa.c | 53 NID_secp384r1, in sshkey_ecdsa_fixup_group() 109 case NID_secp384r1: in ssh_ecdsa_size() 519 /* .nid = */ NID_secp384r1, 531 /* .nid = */ NID_secp384r1,
|
H A D | kex-names.c | 68 { KEX_ECDH_SHA2_NISTP384, KEX_ECDH_SHA2, NID_secp384r1,
|
H A D | sshkey.c | 598 return NID_secp384r1; in sshkey_curve_name_to_nid() 613 case NID_secp384r1: in sshkey_curve_nid_to_bits() 631 return NID_secp384r1; in sshkey_ecdsa_bits_to_nid() 647 case NID_secp384r1: in sshkey_curve_nid_to_name()
|
H A D | configure.ac | 3148 AC_MSG_CHECKING([whether OpenSSL has NID_secp384r1]) 3158 EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp384r1); 3222 AC_DEFINE([OPENSSL_HAS_NISTP384], [1], [libcrypto has NID_secp384r1])
|
/freebsd/contrib/libfido2/src/ |
H A D | es384.c | 138 if ((ec = EC_KEY_new_by_curve_name(NID_secp384r1)) == NULL || in es384_pk_to_EVP_PKEY() 194 (g = EC_GROUP_new_by_curve_name(NID_secp384r1)) == NULL || in es384_pk_from_EC_KEY()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_curve.c | 2838 {NID_secp384r1, &_EC_NIST_PRIME_384.h, 2931 {NID_secp384r1, &_EC_NIST_PRIME_384.h,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_cmp.c | 446 if (curve_nid == NID_secp384r1) { /* P-384 */ in check_suite_b()
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 628 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in sldns_ecdsa2pkey_raw()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set1_curves.pod | 48 B<TLSv1.3> are B<NID_X9_62_prime256v1>, B<NID_secp384r1>, B<NID_secp521r1>,
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 276 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in ldns_key_new_frm_fp_ecdsa_l() 1245 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in ldns_key_new_frm_algorithm()
|
H A D | dnssec_sign.c | 432 if(EC_GROUP_get_curve_name(g) == NID_secp384r1) { in ldns_pkey_is_ecdsa()
|
H A D | dnssec_verify.c | 1960 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in ldns_ecdsa2pkey_raw()
|
H A D | configure.ac | 558 …AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support …
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1837 {"secp384r1", "secp384r1", NID_secp384r1, 5, &so[4839]},
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 63 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 3226 int nid[1] = { NID_secp384r1 }; in tls_set_conn_flags() 3254 ecdh = EC_KEY_new_by_curve_name(NID_secp384r1); in tls_set_conn_flags() 3305 int nid[1] = { NID_secp384r1 }; in tls_set_conn_flags()
|
H A D | crypto_openssl.c | 2262 return NID_secp384r1; in crypto_ec_group_2_nid() 4096 case NID_secp384r1: in crypto_ec_key_group() 4653 ctx->kem_nid = NID_secp384r1; in hpke_get_context()
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 168 {NID_secp384r1, OSSL_TLS_GROUP_ID_secp384r1}, 1057 NID_ecdsa_with_SHA384, NID_secp384r1, 1},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 372 #define NID_secp384r1 715 macro
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 148 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1537 {"nistp384", NID_secp384r1, 384}, in speed_main()
|