Searched refs:ED448_KEYLEN (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 29 # define ED448_KEYLEN 57 macro 31 # define MAX_KEYLEN ED448_KEYLEN
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 29 # define ED448_KEYLEN 57 macro 31 # define MAX_KEYLEN ED448_KEYLEN
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.h | 14 : ED448_KEYLEN))
|
H A D | ecx_key.c | 35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 1118 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED448_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen448()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.h | 14 : ED448_KEYLEN))
|
H A D | ecx_key.c | 35 ret->keylen = ED448_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 1118 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 D | evp.h | 380 #define ED448_KEYLEN 57 macro 382 #define MAX_KEYLEN ED448_KEYLEN
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 914 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 D | ecx_kmgmt.c | 794 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 D | ecx_kmgmt.c | 791 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