[#EVP_ASYM_CIPHER_get0_description] = EVP_ASYM_CIPHER_get0_description :mrdocs: Return a human‐readable description of an asymmetric cipher algorithm. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_ASYM_CIPHER_get0_description(xref:EVP_ASYM_CIPHER.adoc[EVP_ASYM_CIPHER] const* cipher); ---- == Return Value Description string (do not free), or NULL if none is available. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Asymmetric cipher to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#