Home
last modified time | relevance | path

Searched refs:X448_KEYLEN (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/ec/
H A Decx_key.c35 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
118 || keylen == X448_KEYLEN)) { in ossl_ecx_compute_key()
H A Decx_backend.h13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
H A Decx_backend.c211 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
H A Decx_meth.c772 *keylen = X448_KEYLEN; in pkey_ecx_derive448()
1006 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen448()
1183 *keylen = X448_KEYLEN; in s390x_pkey_ecx_derive448()
/openssl/crypto/hpke/
H A Dhpke_util.c77 X448_KEYLEN, X448_KEYLEN, X448_KEYLEN, 0x00 }
/openssl/include/crypto/
H A Decx.h27 # define X448_KEYLEN 56 macro
/openssl/providers/implementations/exchange/
H A Decx_exch.c68 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c341 X448_KEYLEN); in x448_get_params()
726 privkey[X448_KEYLEN - 1] |= 128; in ecx_gen()
981 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X448, X448_KEYLEN); in x448_validate()
1123 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_ecx_keygen448()
/openssl/test/
H A Devp_pkey_provided_test.c1414 X448_KEYLEN), in test_fromdata_ecx()
1417 X448_KEYLEN), in test_fromdata_ecx()
1455 size = X448_KEYLEN; in test_fromdata_ecx()
/openssl/providers/implementations/kem/
H A Decx_kem.c39 #define MAX_ECX_KEYLEN X448_KEYLEN

Completed in 80 milliseconds