Home
last modified time | relevance | path

Searched refs:NID_ED25519 (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/objects/
H A Dobj_xref.h76 {NID_ED25519, NID_undef, NID_ED25519},
H A Dobj_dat.h2209 {"ED25519", "ED25519", NID_ED25519, 3, &so[6926]},
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) { in ecd_item_verify()
570 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL); in ecd_item_sign25519()
572 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL); in ecd_item_sign25519()
580 X509_SIG_INFO_set(siginf, NID_undef, NID_ED25519, X25519_SECURITY_BITS, in ecd_sig_info_set25519()
/freebsd/contrib/ldns/
H A Dkeys.c340 return d2i_PrivateKey(NID_ED25519, NULL, &pp, buflen); in ldns_ed25519_priv_raw()
1276 ctx = EVP_PKEY_CTX_new_id(NID_ED25519, NULL); in ldns_key_new_frm_algorithm()
H A Ddnssec_sign.c464 if(EVP_PKEY_id(key) == NID_ED25519) {
H A Dconfigure.ac588 AC_CHECK_DECLS([NID_ED25519], [
/freebsd/crypto/openssl/crypto/x509/
H A Dx_all.c522 case NID_ED25519: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c242 case NID_ED25519: in get_sigtype()
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in55 /* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you
/freebsd/crypto/openssl/include/openssl/
H A Devp.h79 # define EVP_PKEY_ED25519 NID_ED25519
H A Dobj_mac.h5197 #define NID_ED25519 1087 macro
/freebsd/contrib/unbound/
H A Dconfig.h.in140 /* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you
H A Dconfigure.ac1317 AC_CHECK_DECLS([NID_ED25519], [
/freebsd/crypto/openssl/apps/
H A Dspeed.c1564 {"Ed25519", NID_ED25519, 253, 64}, in speed_main()
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c5002 NID_ED25519,