Searched refs:NID_ED448 (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.h | 77 {NID_ED448, NID_undef, NID_ED448},
|
H A D | obj_dat.h | 2210 {"ED448", "ED448", NID_ED448, 3, &so[6929]},
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) { in ecd_item_verify() 591 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 593 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 601 X509_SIG_INFO_set(siginf, NID_undef, NID_ED448, X448_SECURITY_BITS, in ecd_sig_info_set448()
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 392 return d2i_PrivateKey(NID_ED448, NULL, &pp, buflen); in ldns_ed448_priv_raw() 1298 ctx = EVP_PKEY_CTX_new_id(NID_ED448, NULL); in ldns_key_new_frm_algorithm()
|
H A D | dnssec_sign.c | 470 if(EVP_PKEY_id(key) == NID_ED448) {
|
H A D | configure.ac | 605 AC_CHECK_DECLS([NID_ED448], [
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_all.c | 525 case NID_ED448: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 245 case NID_ED448: in get_sigtype()
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 59 /* Define to 1 if you have the declaration of `NID_ED448', and to 0 if you
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1565 {"Ed448", NID_ED448, 456, 114} in speed_main() 1579 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448); in speed_main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 81 # define EVP_PKEY_ED448 NID_ED448
|
H A D | obj_mac.h | 5201 #define NID_ED448 1088 macro
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 144 /* Define to 1 if you have the declaration of `NID_ED448', and to 0 if you
|
H A D | configure.ac | 1340 AC_CHECK_DECLS([NID_ED448], [
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 5003 NID_ED448
|