Home
last modified time | relevance | path

Searched refs:ED25519_KEYLEN (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c32 ret->keylen = ED25519_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c1052 if (RAND_priv_bytes_ex(ctx->libctx, privkey, ED25519_KEYLEN, 0) <= 0) in s390x_pkey_ecd_keygen25519()
/third_party/openssl/crypto/ec/
H A Decx_key.c32 ret->keylen = ED25519_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c1052 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 Decx.h28 # define ED25519_KEYLEN 32 macro
/third_party/openssl/include/crypto/
H A Decx.h28 # define ED25519_KEYLEN 32 macro
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c789 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 Decx_kmgmt.c786 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 Devp_pkey_provided_test.c918 /* 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