Home
last modified time | relevance | path

Searched refs:NID_secp384r1 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Decdsatest.h1373 {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 Dectest.c2021 if (!TEST_ptr(group = EC_GROUP_new_by_curve_name(NID_secp384r1)) in parameter_test()
H A Devp_extra_test.c3575 NID_secp384r1, NID_secp521r1,
/freebsd/crypto/openssl/crypto/evp/
H A Dec_support.c34 {"secp384r1", NID_secp384r1 },
166 {"P-384", NID_secp384r1},
/freebsd/crypto/openssh/
H A Dssh-ecdsa.c53 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 Dkex-names.c68 { KEX_ECDH_SHA2_NISTP384, KEX_ECDH_SHA2, NID_secp384r1,
H A Dsshkey.c598 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 Dconfigure.ac3148 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 Des384.c138 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 Dec_curve.c2838 {NID_secp384r1, &_EC_NIST_PRIME_384.h,
2931 {NID_secp384r1, &_EC_NIST_PRIME_384.h,
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c446 if (curve_nid == NID_secp384r1) { /* P-384 */ in check_suite_b()
/freebsd/contrib/unbound/sldns/
H A Dkeyraw.c628 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in sldns_ecdsa2pkey_raw()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod48 B<TLSv1.3> are B<NID_X9_62_prime256v1>, B<NID_secp384r1>, B<NID_secp521r1>,
/freebsd/contrib/ldns/
H A Dkeys.c276 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 Ddnssec_sign.c432 if(EC_GROUP_get_curve_name(g) == NID_secp384r1) { in ldns_pkey_is_ecdsa()
H A Ddnssec_verify.c1960 ec = EC_KEY_new_by_curve_name(NID_secp384r1); in ldns_ecdsa2pkey_raw()
H A Dconfigure.ac558 …AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support …
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1837 {"secp384r1", "secp384r1", NID_secp384r1, 5, &so[4839]},
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in63 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3226 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 Dcrypto_openssl.c2262 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 Dt1_lib.c168 {NID_secp384r1, OSSL_TLS_GROUP_ID_secp384r1},
1057 NID_ecdsa_with_SHA384, NID_secp384r1, 1},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h372 #define NID_secp384r1 715 macro
/freebsd/contrib/unbound/
H A Dconfig.h.in148 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
/freebsd/crypto/openssl/apps/
H A Dspeed.c1537 {"nistp384", NID_secp384r1, 384}, in speed_main()

12