[#EVP_get_cipherbyname] = EVP_get_cipherbyname :mrdocs: Look up a cipher algorithm by name (for example "AES‐256‐GCM"). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_get_cipherbyname(char const* name); ---- == Return Value Matching EVP_CIPHER, or NULL if `name` is unknown. == Parameters [cols="1,4"] |=== | Name| Description | *name* | Cipher name or alias known to OpenSSL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#