/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) 16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
|
H A D | ecx_meth.c | 426 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 D | ecx_backend.c | 209 if (id == EVP_PKEY_X25519) { in ossl_ecx_key_op()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.h | 11 #define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519) 16 (IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
|
H A D | ecx_meth.c | 426 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 D | ecx_backend.c | 206 if (id == EVP_PKEY_X25519) { in ossl_ecx_key_op()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 817 # 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 D | decode_der2key.c | 460 # define x25519_evp_type EVP_PKEY_X25519
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 809 # 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 D | decode_der2key.c | 456 # define x25519_evp_type EVP_PKEY_X25519
|
/third_party/node/lib/internal/crypto/ |
H A D | keygen.js | 22 EVP_PKEY_X25519, 299 id = EVP_PKEY_X25519;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 59 ? EVP_PKEY_X25519 \
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 59 ? EVP_PKEY_X25519 \
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 55 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 D | crypto_keys.cc | 504 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 D | crypto_common.cc | 1126 case EVP_PKEY_X25519: in GetEphemeralKey()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 99 pub const X25519: Id = Id(ffi::EVP_PKEY_X25519);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 16 pub const EVP_PKEY_X25519: c_int = NID_X25519; consts
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 929 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 D | x_pubkey.c | 929 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 D | ctrl_params_translate.c | 2370 { 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 D | p_lib.c | 1013 { EVP_PKEY_X25519, "X25519" },
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 2361 { 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 D | evp_extra_test2.c | 252 {kExampleECXKey2DER, sizeof(kExampleECXKey2DER), EVP_PKEY_X25519}, 470 } else if (ak->evptype == EVP_PKEY_X25519) { in test_d2i_AutoPrivateKey_ex()
|
H A D | evp_extra_test.c | 2136 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()
|