Searched refs:X25519_KEYLEN (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 64 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 D | ecx_exch.c | 64 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 D | ecx_backend.h | 12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
|
H A D | ecx_backend.c | 211 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op() 212 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
|
H A D | ecx_key.c | 26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 760 *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 D | ecx_backend.h | 12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
|
H A D | ecx_backend.c | 208 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op() 209 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
|
H A D | ecx_key.c | 26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
|
H A D | ecx_meth.c | 760 *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 D | ecx.h | 26 # define X25519_KEYLEN 32 macro
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 26 # define X25519_KEYLEN 32 macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 320 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 D | ecx_kmgmt.c | 317 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 D | evp.h | 378 #define X25519_KEYLEN 32 macro
|
/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() 1000 X25519_KEYLEN), in test_fromdata_ecx() 1003 X25519_KEYLEN), in test_fromdata_ecx() 1042 size = X25519_KEYLEN; in test_fromdata_ecx()
|
Completed in 16 milliseconds