Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/exchange/
Decx_exch.c69 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx()
132 || ecxctx->keylen == X448_KEYLEN)) { in ecx_derive()
/third_party/openssl/crypto/ec/
Decx_backend.h13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
Decx_key.c29 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
Decx_backend.c212 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
Decx_meth.c773 *keylen = X448_KEYLEN; in pkey_ecx_derive448()
1003 if (RAND_priv_bytes_ex(ctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_pkey_ecx_keygen448()
1180 *keylen = X448_KEYLEN; in s390x_pkey_ecx_derive448()
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c323 X448_KEYLEN); in x448_get_params()
608 privkey[X448_KEYLEN - 1] |= 128; in ecx_gen()
781 return ecx_validate(keydata, selection, ECX_KEY_TYPE_X448, X448_KEYLEN); in x448_validate()
902 if (RAND_priv_bytes_ex(gctx->libctx, privkey, X448_KEYLEN, 0) <= 0) in s390x_ecx_keygen448()
/third_party/openssl/include/crypto/
Decx.h27 # define X448_KEYLEN 56 macro
/third_party/openssl/test/
Devp_pkey_provided_test.c1004 X448_KEYLEN), in test_fromdata_ecx()
1007 X448_KEYLEN), in test_fromdata_ecx()
1045 size = X448_KEYLEN; in test_fromdata_ecx()
/third_party/openssl/ohos_lite/include/crypto/
Devp.h379 #define X448_KEYLEN 56 macro