Look up a cipher algorithm by name (for example "AES-256-GCM").
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_CIPHER const* EVP_get_cipherbyname(char const* name);
Matching EVP_CIPHER, or NULL if name is unknown.
name