Symbol: ECX_KEY_TYPE_ED25519
crypto/openssl/crypto/ec/ecx_backend.c
34
case ECX_KEY_TYPE_ED25519:
crypto/openssl/crypto/ec/ecx_backend.h
17
: ECX_KEY_TYPE_ED25519) \
crypto/openssl/crypto/ec/ecx_key.c
37
case ECX_KEY_TYPE_ED25519:
crypto/openssl/crypto/ec/ecx_meth.c
1066
ECX_KEY *key = ossl_ecx_key_new(ctx->libctx, ECX_KEY_TYPE_ED25519, 1,
crypto/openssl/include/crypto/ecx.h
61
: ((type) == ECX_KEY_TYPE_ED25519 \
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
404
case ECX_KEY_TYPE_ED25519:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1002
return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED25519, ED25519_KEYLEN);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
102
return type == ECX_KEY_TYPE_ED25519 || type == ECX_KEY_TYPE_ED448;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1197
ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED25519, 1,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
125
return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED25519, 0,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
547
return ecx_gen_init(provctx, selection, params, ECX_KEY_TYPE_ED25519, NULL);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
645
int is_ed25519 = (type == ECX_KEY_TYPE_ED25519) ? 1 : 0;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
742
case ECX_KEY_TYPE_ED25519:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
812
if (ecd_fips140_pairwise_test(key, ECX_KEY_TYPE_ED25519, 1) != 1) {
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
914
case ECX_KEY_TYPE_ED25519:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
935
case ECX_KEY_TYPE_ED25519:
crypto/openssl/providers/implementations/signature/eddsa_sig.c
188
if (peddsactx->key->type != ECX_KEY_TYPE_ED25519)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
196
if (peddsactx->key->type != ECX_KEY_TYPE_ED25519)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
204
if (peddsactx->key->type != ECX_KEY_TYPE_ED25519)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
271
case ECX_KEY_TYPE_ED25519: