[#EVP_KEYMGMT_get0_description] = EVP_KEYMGMT_get0_description :mrdocs: Return a human‐readable description of a keymgmt implementation. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_KEYMGMT_get0_description(xref:EVP_KEYMGMT.adoc[EVP_KEYMGMT] const* keymgmt); ---- == Return Value Description string, or NULL if none is available. == Parameters [cols="1,4"] |=== | Name| Description | *keymgmt* | Key management method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#