EVP_KDF_settable_ctx_params
OSSL_PARAM *params = app_params_new_from_opts(opts, EVP_KDF_settable_ctx_params(kdf));
EVP_KDF_settable_ctx_params(k), 4);
const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf);
params = EVP_KDF_settable_ctx_params(kdf);
const OSSL_PARAM *defs = EVP_KDF_settable_ctx_params(EVP_KDF_CTX_kdf(kctx));