Home
last modified time | relevance | path

Searched refs:EVP_PKEY_X25519 (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_backend.h11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
H A Decx_meth.c426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from()
430 EVP_PKEY_X25519,
431 EVP_PKEY_X25519,
786 EVP_PKEY_X25519,
1344 EVP_PKEY_X25519,
H A Decx_backend.c209 if (id == EVP_PKEY_X25519) { in ossl_ecx_key_op()
/third_party/openssl/crypto/ec/
H A Decx_backend.h11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
H A Decx_meth.c426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from()
430 EVP_PKEY_X25519,
431 EVP_PKEY_X25519,
786 EVP_PKEY_X25519,
1344 EVP_PKEY_X25519,
H A Decx_backend.c206 if (id == EVP_PKEY_X25519) { in ossl_ecx_key_op()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c817 # define x25519_evp_type EVP_PKEY_X25519
1419 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, der);
1420 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, pem);
1421 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, der);
1422 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, pem);
1423 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, der);
1424 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, pem);
H A Ddecode_der2key.c460 # define x25519_evp_type EVP_PKEY_X25519
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c809 # define x25519_evp_type EVP_PKEY_X25519
1408 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, der);
1409 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, EncryptedPrivateKeyInfo, pem);
1410 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, der);
1411 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, PrivateKeyInfo, pem);
1412 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, der);
1413 MAKE_ENCODER(x25519, ecx, EVP_PKEY_X25519, SubjectPublicKeyInfo, pem);
H A Ddecode_der2key.c456 # define x25519_evp_type EVP_PKEY_X25519
/third_party/node/lib/internal/crypto/
H A Dkeygen.js22 EVP_PKEY_X25519,
299 id = EVP_PKEY_X25519;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h59 ? EVP_PKEY_X25519 \
/third_party/openssl/include/crypto/
H A Decx.h59 ? EVP_PKEY_X25519 \
/third_party/node/src/crypto/
H A Dcrypto_ec.cc55 nid = EVP_PKEY_X25519; in GetOKPCurveFromName()
493 case EVP_PKEY_X25519: in DeriveBits()
560 case EVP_PKEY_X25519: in Setup()
861 case EVP_PKEY_X25519: in ExportJWKEdKey()
H A Dcrypto_keys.cc504 case EVP_PKEY_X25519: in ExportJWKAsymmetricKey()
1114 case EVP_PKEY_X25519: in InitEDRaw()
1227 case EVP_PKEY_X25519: in GetAsymmetricKeyType()
1494 NODE_DEFINE_CONSTANT(target, EVP_PKEY_X25519); in Initialize()
H A Dcrypto_common.cc1126 case EVP_PKEY_X25519: in GetEphemeralKey()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs99 pub const X25519: Id = Id(ffi::EVP_PKEY_X25519);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs16 pub const EVP_PKEY_X25519: c_int = NID_X25519; consts
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_pubkey.c929 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519) in ossl_d2i_X25519_PUBKEY()
953 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a); in ossl_i2d_X25519_PUBKEY()
/third_party/openssl/crypto/x509/
H A Dx_pubkey.c929 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519) in ossl_d2i_X25519_PUBKEY()
953 (void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a); in ossl_i2d_X25519_PUBKEY()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c2370 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2372 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
H A Dp_lib.c1013 { EVP_PKEY_X25519, "X25519" },
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c2361 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
2363 { SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
/third_party/openssl/test/
H A Devp_extra_test2.c252 {kExampleECXKey2DER, sizeof(kExampleECXKey2DER), EVP_PKEY_X25519},
470 } else if (ak->evptype == EVP_PKEY_X25519) { in test_d2i_AutoPrivateKey_ex()
H A Devp_extra_test.c2136 EVP_PKEY_X25519, "01234567890123456789012345678901",
4198 id = EVP_PKEY_X25519; in test_custom_pmeth()
4245 } if (id == EVP_PKEY_DH || id == EVP_PKEY_X25519) { in test_custom_pmeth()
4250 if (id != EVP_PKEY_ED25519 && id != EVP_PKEY_X25519) { in test_custom_pmeth()

Completed in 41 milliseconds

12