/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_cert_table.h | 21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
|
/third_party/openssl/ssl/ |
H A D | ssl_cert_table.h | 21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
|
H A D | ecx_meth.c | 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 612 EVP_PKEY_ED25519, 613 EVP_PKEY_ED25519, 912 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1363 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
|
H A D | ecx_meth.c | 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 612 EVP_PKEY_ED25519, 613 EVP_PKEY_ED25519, 912 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM, 1363 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 815 # define ed25519_evp_type EVP_PKEY_ED25519 1407 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, der); 1408 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, pem); 1409 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, der); 1410 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, pem); 1411 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, der); 1412 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, pem);
|
H A D | decode_der2key.c | 440 # define ed25519_evp_type EVP_PKEY_ED25519
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 807 # define ed25519_evp_type EVP_PKEY_ED25519 1396 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, der); 1397 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, EncryptedPrivateKeyInfo, pem); 1398 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, der); 1399 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, PrivateKeyInfo, pem); 1400 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, der); 1401 MAKE_ENCODER(ed25519, ecx, EVP_PKEY_ED25519, SubjectPublicKeyInfo, pem);
|
H A D | decode_der2key.c | 436 # define ed25519_evp_type EVP_PKEY_ED25519
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509type.c | 48 case EVP_PKEY_ED25519: in X509_certificate_type()
|
/third_party/openssl/test/ |
H A D | ssl_cert_table_internal_test.c | 56 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519) in test_ssl_cert_table()
|
H A D | evp_extra_test.c | 580 EVP_PKEY_ED25519, 1, 1, 1, 0}, 582 EVP_PKEY_ED25519, 0, 1, 1, 1}, 2139 EVP_PKEY_ED25519, "01234567890123456789012345678901", 4178 id = EVP_PKEY_ED25519; in test_custom_pmeth() 4243 if (id == EVP_PKEY_ED25519) { in test_custom_pmeth() 4250 if (id != EVP_PKEY_ED25519 && id != EVP_PKEY_X25519) { in test_custom_pmeth() 4285 if (id == EVP_PKEY_ED25519) { in test_custom_pmeth() 4540 pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_ED25519, e, ed25519key, in test_signatures_with_engine()
|
/third_party/openssl/crypto/x509/ |
H A D | x509type.c | 48 case EVP_PKEY_ED25519: in X509_certificate_type()
|
/third_party/node/lib/internal/crypto/ |
H A D | keygen.js | 20 EVP_PKEY_ED25519, 293 id = EVP_PKEY_ED25519;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 63 ? EVP_PKEY_ED25519 \
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 63 ? EVP_PKEY_ED25519 \
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 95 pub const ED25519: Id = Id(ffi::EVP_PKEY_ED25519);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 18 pub const EVP_PKEY_ED25519: c_int = NID_ED25519; consts
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 51 nid = EVP_PKEY_ED25519; in GetOKPCurveFromName() 556 case EVP_PKEY_ED25519: in Setup() 855 case EVP_PKEY_ED25519: in ExportJWKEdKey()
|
H A D | crypto_keys.cc | 500 case EVP_PKEY_ED25519: in ExportJWKAsymmetricKey() 1116 case EVP_PKEY_ED25519: in InitEDRaw() 1223 case EVP_PKEY_ED25519: in GetAsymmetricKeyType() 1492 NODE_DEFINE_CONSTANT(target, EVP_PKEY_ED25519); in Initialize()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
|
H A D | pkeyutl.c | 724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
|
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
|
H A D | dgst.c | 293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
|