Home
last modified time | relevance | path

Searched refs:X25519_KEYLEN (Results 1 – 8 of 8) sorted by relevance

/openssl-master/providers/implementations/exchange/
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()
/openssl-master/crypto/ec/
A Decx_backend.h12 #define KEYLENID(id) (IS25519(id) ? X25519_KEYLEN \
A Decx_backend.c197 privkey[X25519_KEYLEN - 1] &= 127; in ossl_ecx_key_op()
198 privkey[X25519_KEYLEN - 1] |= 64; in ossl_ecx_key_op()
A Decx_key.c26 ret->keylen = X25519_KEYLEN; in ossl_ecx_key_new()
A Decx_meth.c760 *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 Decx_kmgmt.c300 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 Decx.h26 # define X25519_KEYLEN 32 macro
/openssl-master/test/
A Devp_pkey_provided_test.c956 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