[#EVP_PKEY_settable_params] = EVP_PKEY_settable_params :mrdocs: Return the parameters that may be set on an EVP_PKEY. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] const* EVP_PKEY_settable_params(xref:EVP_PKEY.adoc[EVP_PKEY] const* pkey); ---- == Return Value Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL. == Parameters [cols="1,4"] |=== | Name| Description | *pkey* | Key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#