Searched refs:X448_KEYLEN (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/providers/implementations/exchange/ |
D | ecx_exch.c | 69 return ecx_newctx(provctx, X448_KEYLEN); in x448_newctx() 132 || ecxctx->keylen == X448_KEYLEN)) { in ecx_derive()
|
/third_party/openssl/crypto/ec/ |
D | ecx_backend.h | 13 : ((id) == EVP_PKEY_X448 ? X448_KEYLEN \
|
D | ecx_key.c | 29 ret->keylen = X448_KEYLEN; in ossl_ecx_key_new()
|
D | ecx_backend.c | 212 privkey[X448_KEYLEN - 1] |= 128; in ossl_ecx_key_op()
|
D | ecx_meth.c | 773 *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/ |
D | ecx_kmgmt.c | 323 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/ |
D | ecx.h | 27 # define X448_KEYLEN 56 macro
|
/third_party/openssl/test/ |
D | evp_pkey_provided_test.c | 1004 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/ |
D | evp.h | 379 #define X448_KEYLEN 56 macro
|