Home
last modified time | relevance | path

Searched refs:EVP_PKEY_ED25519 (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert_table.h21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
/third_party/openssl/ssl/
H A Dssl_cert_table.h21 {EVP_PKEY_ED25519, SSL_aECDSA}, /* SSL_PKEY_ED25519 */
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_backend.h11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
H A Decx_meth.c608 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 Decx_backend.h11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
H A Decx_meth.c608 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 Dencode_key2any.c815 # 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 Ddecode_der2key.c440 # define ed25519_evp_type EVP_PKEY_ED25519
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c807 # 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 Ddecode_der2key.c436 # define ed25519_evp_type EVP_PKEY_ED25519
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509type.c48 case EVP_PKEY_ED25519: in X509_certificate_type()
/third_party/openssl/test/
H A Dssl_cert_table_internal_test.c56 && test_cert_table(EVP_PKEY_ED25519, SSL_aECDSA, SSL_PKEY_ED25519) in test_ssl_cert_table()
H A Devp_extra_test.c580 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 Dx509type.c48 case EVP_PKEY_ED25519: in X509_certificate_type()
/third_party/node/lib/internal/crypto/
H A Dkeygen.js20 EVP_PKEY_ED25519,
293 id = EVP_PKEY_ED25519;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h63 ? EVP_PKEY_ED25519 \
/third_party/openssl/include/crypto/
H A Decx.h63 ? EVP_PKEY_ED25519 \
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs95 pub const ED25519: Id = Id(ffi::EVP_PKEY_ED25519);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs18 pub const EVP_PKEY_ED25519: c_int = NID_ED25519; consts
/third_party/node/src/crypto/
H A Dcrypto_ec.cc51 nid = EVP_PKEY_ED25519; in GetOKPCurveFromName()
556 case EVP_PKEY_ED25519: in Setup()
855 case EVP_PKEY_ED25519: in ExportJWKEdKey()
H A Dcrypto_keys.cc500 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 Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()
H A Dpkeyutl.c724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
/third_party/openssl/apps/
H A Dpkeyutl.c724 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_ED25519 in do_raw_keyop()
H A Ddgst.c293 if (type == EVP_PKEY_ED25519 || type == EVP_PKEY_ED448) { in dgst_main()

Completed in 29 milliseconds

12