Home
last modified time | relevance | path

Searched refs:ED448_KEYLEN (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/include/crypto/
Decx.h29 # define ED448_KEYLEN 57 macro
31 # define MAX_KEYLEN ED448_KEYLEN
/third_party/openssl/crypto/ec/
Decx_backend.h14 : ED448_KEYLEN))
Decx_key.c35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
Decx_meth.c1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
/third_party/openssl/test/
Devp_pkey_provided_test.c909 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx()
910 unsigned char out_priv[ED448_KEYLEN]; in test_fromdata_ecx()
914 static unsigned char key_numbers[4][2][ED448_KEYLEN] = { in test_fromdata_ecx()
1022 ED448_KEYLEN), in test_fromdata_ecx()
1025 ED448_KEYLEN), in test_fromdata_ecx()
/third_party/openssl/ohos_lite/include/crypto/
Devp.h380 #define ED448_KEYLEN 57 macro
382 #define MAX_KEYLEN ED448_KEYLEN
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c791 return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED448, ED448_KEYLEN); in ed448_validate()
1024 if (RAND_priv_bytes_ex(gctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_ecd_keygen448()