Home
last modified time | relevance | path

Searched refs:X25519_KEYLEN (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decx_exch.c64 return ecx_newctx(provctx, X25519_KEYLEN); in x25519_newctx()
131 if (!ossl_assert(ecxctx->keylen == X25519_KEYLEN in ecx_derive()
146 if (ecxctx->keylen == X25519_KEYLEN) { in ecx_derive()
/third_party/openssl/providers/implementations/exchange/
H A Decx_exch.c64 return ecx_newctx(provctx, X25519_KEYLEN); in x25519_newctx()
131 if (!ossl_assert(ecxctx->keylen == X25519_KEYLEN in ecx_derive()
146 if (ecxctx->keylen == X25519_KEYLEN) { in ecx_derive()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_backend.h12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
H A Decx_backend.c211 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op()
212 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
H A Decx_key.c26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c760 *keylen = X25519_KEYLEN; in pkey_ecx_derive25519()
960 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen25519()
1167 *keylen = X25519_KEYLEN; in s390x_pkey_ecx_derive25519()
/third_party/openssl/crypto/ec/
H A Decx_backend.h12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
H A Decx_backend.c208 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op()
209 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
H A Decx_key.c26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
H A Decx_meth.c760 *keylen = X25519_KEYLEN; in pkey_ecx_derive25519()
960 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen25519()
1167 *keylen = X25519_KEYLEN; in s390x_pkey_ecx_derive25519()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h26 # define X25519_KEYLEN 32 macro
/third_party/openssl/include/crypto/
H A Decx.h26 # define X25519_KEYLEN 32 macro
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c320 X25519_KEYLEN); in x25519_get_params()
605 privkey[X25519_KEYLEN - 1] &= 127; in ecx_gen()
606 privkey[X25519_KEYLEN - 1] |= 64; in ecx_gen()
779 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X25519, X25519_KEYLEN); in x25519_validate()
859 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_ecx_keygen25519()
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c317 X25519_KEYLEN); in x25519_get_params()
602 privkey[X25519_KEYLEN - 1] &= 127; in ecx_gen()
603 privkey[X25519_KEYLEN - 1] |= 64; in ecx_gen()
776 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X25519, X25519_KEYLEN); in x25519_validate()
856 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_ecx_keygen25519()
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h378 #define X25519_KEYLEN 32 macro
/third_party/openssl/test/
H A Devp_pkey_provided_test.c918 /* ED448_KEYLEN > X448_KEYLEN > X25519_KEYLEN == ED25519_KEYLEN */ in test_fromdata_ecx()
1000 X25519_KEYLEN), in test_fromdata_ecx()
1003 X25519_KEYLEN), in test_fromdata_ecx()
1042 size = X25519_KEYLEN; in test_fromdata_ecx()

Completed in 14 milliseconds