Searched refs:X25519_KEYLEN (Results 1 – 8 of 8) sorted by relevance
/openssl-master/providers/implementations/exchange/ |
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()
|
/openssl-master/crypto/ec/ |
A D | ecx_backend.h | 12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
|
A D | ecx_backend.c | 197 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op() 198 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
|
A D | ecx_key.c | 26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
|
A D | ecx_meth.c | 760 *keylen = X25519_KEYLEN; in pkey_ecx_derive25519() 940 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen25519() 1149 *keylen = X25519_KEYLEN; in s390x_pkey_ecx_derive25519()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ecx_kmgmt.c | 300 X25519_KEYLEN); in x25519_get_params() 585 privkey[X25519_KEYLEN - 1] &= 127; in ecx_gen() 586 privkey[X25519_KEYLEN - 1] |= 64; in ecx_gen() 759 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X25519, X25519_KEYLEN); in x25519_validate() 839 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X25519_KEYLEN, 0) <= 0) in MAKE_KEYMGMT_FUNCTIONS()
|
/openssl-master/include/crypto/ |
A D | ecx.h | 26 # define X25519_KEYLEN 32 macro
|
/openssl-master/test/ |
A D | evp_pkey_provided_test.c | 956 X25519_KEYLEN), in test_fromdata_ecx() 959 X25519_KEYLEN), in test_fromdata_ecx() 998 size = X25519_KEYLEN; in test_fromdata_ecx()
|
Completed in 58 milliseconds