Symbol: ECX_KEY_TYPE_ED448
crypto/openssl/crypto/ec/ecx_backend.c
44
case ECX_KEY_TYPE_ED448:
crypto/openssl/crypto/ec/ecx_backend.h
19
: ECX_KEY_TYPE_ED448))
crypto/openssl/crypto/ec/ecx_key.c
40
case ECX_KEY_TYPE_ED448:
crypto/openssl/crypto/ec/ecx_meth.c
1133
ECX_KEY *key = ossl_ecx_key_new(ctx->libctx, ECX_KEY_TYPE_ED448, 1,
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
407
case ECX_KEY_TYPE_ED448:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1007
return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED448, ED448_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
1266
ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED448, 1,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
133
return ossl_ecx_key_new(PROV_LIBCTX_OF(provctx), ECX_KEY_TYPE_ED448, 0,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
553
return ecx_gen_init(provctx, selection, params, ECX_KEY_TYPE_ED448, NULL);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
747
case ECX_KEY_TYPE_ED448:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
845
if (ecd_fips140_pairwise_test(key, ECX_KEY_TYPE_ED448, 1) != 1) {
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
916
case ECX_KEY_TYPE_ED448:
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
940
case ECX_KEY_TYPE_ED448:
crypto/openssl/providers/implementations/signature/eddsa_sig.c
211
if (peddsactx->key->type != ECX_KEY_TYPE_ED448)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
217
if (peddsactx->key->type != ECX_KEY_TYPE_ED448)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
274
case ECX_KEY_TYPE_ED448: