EVP_get_cipherbyname
c = EVP_get_cipherbyname(value);
#define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
LCRYPTO_ALIAS(EVP_get_cipherbyname);
LCRYPTO_USED(EVP_get_cipherbyname);
cipher->cipher = enc = EVP_get_cipherbyname(p);
from_cipher = EVP_get_cipherbyname(from);
to_cipher = EVP_get_cipherbyname(to);
if ((cipher = EVP_get_cipherbyname(obj_name->name)) !=
failure |= EVP_get_cipherbyname(NULL) != NULL;
c = EVP_get_cipherbyname(cipher);
if ((cipher = EVP_get_cipherbyname(name)) == NULL)
if ((cfg.enc = EVP_get_cipherbyname(name)) != NULL) {
if ((cfg.enc = EVP_get_cipherbyname(name)) != NULL) {
if ((cfg.cipher = EVP_get_cipherbyname(name)) != NULL) {
if ((cipher = EVP_get_cipherbyname(name->name)) == NULL)
cfg.cipher = EVP_get_cipherbyname(pname);
if ((cfg.cipher = EVP_get_cipherbyname(name)) != NULL) {
} else if (EVP_get_cipherbyname(argv[0])) {
if ((cfg.cipher = EVP_get_cipherbyname(arg)) == NULL) {
if ((cfg.cipher = EVP_get_cipherbyname(name)) == NULL) {
if ((cfg.enc = EVP_get_cipherbyname(name)) == NULL) {
if ((cfg.cipher = EVP_get_cipherbyname(name)) == NULL)
evp_cipher = EVP_get_cipherbyname(*argv);
if ((evp = EVP_get_cipherbyname(name)) == NULL)