Symbol: EVP_PKEY_X25519
crypto/openssl/crypto/ec/ecx_backend.c
203
if (id == EVP_PKEY_X25519) {
crypto/openssl/crypto/ec/ecx_backend.h
11
#define IS25519(id) ((id) == EVP_PKEY_X25519 || (id) == EVP_PKEY_ED25519)
crypto/openssl/crypto/ec/ecx_backend.h
16
(IS25519(id) ? ((id) == EVP_PKEY_X25519 ? ECX_KEY_TYPE_X25519 \
crypto/openssl/crypto/ec/ecx_meth.c
1386
EVP_PKEY_X25519,
crypto/openssl/crypto/ec/ecx_meth.c
424
return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519);
crypto/openssl/crypto/ec/ecx_meth.c
428
EVP_PKEY_X25519,
crypto/openssl/crypto/ec/ecx_meth.c
429
EVP_PKEY_X25519,
crypto/openssl/crypto/ec/ecx_meth.c
785
EVP_PKEY_X25519,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2421
{ OSSL_ACTION_SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2423
{ OSSL_ACTION_SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_PARAMGEN, -1, NULL, NULL,
crypto/openssl/crypto/evp/p_lib.c
1062
{ EVP_PKEY_X25519, "X25519" },
crypto/openssl/crypto/x509/x_pubkey.c
934
if (EVP_PKEY_get_id(pkey) == EVP_PKEY_X25519)
crypto/openssl/crypto/x509/x_pubkey.c
958
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a);
crypto/openssl/include/crypto/ecx.h
58
? EVP_PKEY_X25519 \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
541
#define x25519_evp_type EVP_PKEY_X25519
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
836
#define x25519_evp_type EVP_PKEY_X25519
crypto/openssl/ssl/t1_lib.c
177
{ EVP_PKEY_X25519, OSSL_TLS_GROUP_ID_x25519 },
crypto/openssl/test/evp_extra_test.c
3127
{ EVP_PKEY_X25519,
crypto/openssl/test/evp_extra_test.c
5618
id = EVP_PKEY_X25519;
crypto/openssl/test/evp_extra_test.c
5666
if (id == EVP_PKEY_DH || id == EVP_PKEY_X25519) {
crypto/openssl/test/evp_extra_test.c
5671
if (id != EVP_PKEY_ED25519 && id != EVP_PKEY_X25519) {
crypto/openssl/test/evp_extra_test2.c
1511
{ kExampleECXKey2DER, sizeof(kExampleECXKey2DER), EVP_PKEY_X25519 },
crypto/openssl/test/evp_extra_test2.c
1864
} else if (ak->evptype == EVP_PKEY_X25519) {