mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
core: support modified gettable/settable ctx calls for ciphers
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240)
This commit is contained in:
parent
fe20a66ed4
commit
e79fb279df
@ -315,9 +315,9 @@ OSSL_CORE_MAKE_FUNC(int, cipher_set_ctx_params, (void *cctx,
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_gettable_params,
|
||||
(void *provctx))
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_settable_ctx_params,
|
||||
(void *provctx))
|
||||
(void *cctx, void *provctx))
|
||||
OSSL_CORE_MAKE_FUNC(const OSSL_PARAM *, cipher_gettable_ctx_params,
|
||||
(void *provctx))
|
||||
(void *cctx, void *provctx))
|
||||
|
||||
/* MACs */
|
||||
|
||||
|
@ -5302,6 +5302,8 @@ EVP_PKEY_fromdata_settable ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_PKEY_param_check_quick ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_PKEY_public_check_quick ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_PKEY_CTX_is_a ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_CIPHER_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_CIPHER_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_KDF_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_KDF_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
|
||||
EVP_MAC_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
|
||||
|
Loading…
Reference in New Issue
Block a user