[#EVP_PKEY_CTX_settable_params] = EVP_PKEY_CTX_settable_params :mrdocs: Describe OSSL_PARAM keys that may be set on key context `ctx.` == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] const* EVP_PKEY_CTX_settable_params(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX] const* ctx); ---- == Return Value NULL‐terminated OSSL_PARAM descriptor array, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key operation context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#