Home
last modified time | relevance | path

Searched refs:ED448_KEYLEN (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h29 # define ED448_KEYLEN 57 macro
31 # define MAX_KEYLEN ED448_KEYLEN
/third_party/openssl/include/crypto/
H A Decx.h29 # define ED448_KEYLEN 57 macro
31 # define MAX_KEYLEN ED448_KEYLEN
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_backend.h14 : ED448_KEYLEN))
H A Decx_key.c35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
/third_party/openssl/crypto/ec/
H A Decx_backend.h14 : ED448_KEYLEN))
H A Decx_key.c35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h380 #define ED448_KEYLEN 57 macro
382 #define MAX_KEYLEN ED448_KEYLEN
/third_party/openssl/test/
H A Devp_pkey_provided_test.c914 unsigned char out_pub[ED448_KEYLEN]; in test_fromdata_ecx()
915 unsigned char out_priv[ED448_KEYLEN]; in test_fromdata_ecx()
918 /* ED448_KEYLEN > X448_KEYLEN > X25519_KEYLEN == ED25519_KEYLEN */ in test_fromdata_ecx()
919 static unsigned char key_numbers[4][2][ED448_KEYLEN] = { in test_fromdata_ecx()
1027 ED448_KEYLEN), in test_fromdata_ecx()
1030 ED448_KEYLEN), in test_fromdata_ecx()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c794 return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED448, ED448_KEYLEN); in ed448_validate()
1027 if (RAND_priv_bytes_ex(gctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_ecd_keygen448()
/third_party/openssl/providers/implementations/keymgmt/
H A 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()

Completed in 12 milliseconds