/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_xref.h | 76 {NID_ED25519, NID_undef, NID_ED25519},
|
H A D | obj_dat.h | 2209 {"ED25519", "ED25519", NID_ED25519, 3, &so[6926]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_xref.h | 76 {NID_ED25519, NID_undef, NID_ED25519},
|
H A D | obj_dat.h | 2211 {"ED25519", "ED25519", NID_ED25519, 3, &so[6926]},
|
/third_party/node/deps/openssl/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() 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()
|
/third_party/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() 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()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 18 pub const EVP_PKEY_ED25519: c_int = NID_ED25519;
|
H A D | obj_mac.rs | 932 pub const NID_ED25519: c_int = 1087; consts 934 pub const NID_ED25519: c_int = 952; consts
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 520 case NID_ED25519: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 520 case NID_ED25519: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 242 case NID_ED25519: in get_sigtype()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 242 case NID_ED25519: in get_sigtype()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 62 # define EVP_PKEY_ED25519 NID_ED25519
|
H A D | obj_mac.h | 4996 #define NID_ED25519 1087 macro
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 1851 case NID_ED25519: in GetSharedSigalgs()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 79 # define EVP_PKEY_ED25519 NID_ED25519
|
H A D | obj_mac.h | 5197 #define NID_ED25519 1087 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 79 # define EVP_PKEY_ED25519 NID_ED25519
|
H A D | obj_mac.h | 5207 #define NID_ED25519 1087 macro
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1470 {"Ed25519", NID_ED25519, 253, 64}, in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 1456 {"Ed25519", NID_ED25519, 253, 64}, in speed_main()
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4637 NID_ED25519,
|