Searched refs:X448_KEYLEN (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecx_key.c | 35 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new() 118 || keylen == X448_KEYLEN)) { in ossl_ecx_compute_key()
|
H A D | ecx_backend.h | 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
|
H A D | ecx_backend.c | 211 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
|
H A D | ecx_meth.c | 772 *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 D | hpke_util.c | 77 X448_KEYLEN, X448_KEYLEN, X448_KEYLEN, 0x00 }
|
/openssl/include/crypto/ |
H A D | ecx.h | 27 # define X448_KEYLEN 56 macro
|
/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 68 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx()
|
/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 341 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 D | evp_pkey_provided_test.c | 1414 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 D | ecx_kem.c | 39 #define MAX_ECX_KEYLEN X448_KEYLEN
|
Completed in 80 milliseconds