[#EVP_KEYMGMT_gettable_params] = EVP_KEYMGMT_gettable_params :mrdocs: Describe parameters that can be read from keys managed by a keymgmt. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] const* EVP_KEYMGMT_gettable_params(xref:EVP_KEYMGMT.adoc[EVP_KEYMGMT] const* keymgmt); ---- == Return Value Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *keymgmt* | Key management implementation to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#