[#EVP_CIPHER_settable_ctx_params] = EVP_CIPHER_settable_ctx_params :mrdocs: Describe OSSL_PARAM keys that may be set on contexts of `cipher.` == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] const* EVP_CIPHER_settable_ctx_params(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value NULL‐terminated OSSL_PARAM descriptor array, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher implementation to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#