Searched refs:ED25519_KEYLEN (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_key.c | 32 ret->keylen = ED25519_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 1052 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen25519()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_key.c | 32 ret->keylen = ED25519_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 1052 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen25519()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 28 # define ED25519_KEYLEN 32 macro
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 28 # define ED25519_KEYLEN 32 macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 789 return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED25519, ED25519_KEYLEN); in ed25519_validate() 957 if (RAND_priv_bytes_ex(gctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_ecd_keygen25519()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 786 return ecx_validate(keydata, selection, ECX_KEY_TYPE_ED25519, ED25519_KEYLEN); in ed25519_validate() 954 if (RAND_priv_bytes_ex(gctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_ecd_keygen25519()
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 918 /* ED448_KEYLEN > X448_KEYLEN > X25519_KEYLEN == ED25519_KEYLEN */ in test_fromdata_ecx() 1018 ED25519_KEYLEN), in test_fromdata_ecx() 1021 ED25519_KEYLEN), in test_fromdata_ecx()
|
Completed in 12 milliseconds