[#EVP_CIPHER_get0_name] = EVP_CIPHER_get0_name :mrdocs: Return the primary name of a cipher algorithm. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_CIPHER_get0_name(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value Internal name string; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#