From 5a9500488d2e96a917c12b8041584129810bf62c Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 22 Sep 2020 10:36:50 +1000 Subject: Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params() Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12943) --- include/openssl/evp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/openssl/evp.h b/include/openssl/evp.h index 2948c2c542..8c9996b948 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -1687,6 +1687,8 @@ void EVP_KEM_do_all_provided(OPENSSL_CTX *libctx, void (*fn)(EVP_KEM *wrap, void *arg), void *arg); void EVP_KEM_names_do_all(const EVP_KEM *wrap, void (*fn)(const char *name, void *data), void *data); +const OSSL_PARAM *EVP_KEM_gettable_ctx_params(const EVP_KEM *kem); +const OSSL_PARAM *EVP_KEM_settable_ctx_params(const EVP_KEM *kem); int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx); int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, -- cgit v1.2.3