opt_cipher_silent
int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
if ((ret = opt_cipher_silent(name, cipherp)) == 0)
if (!opt_cipher_silent(opt_arg(), &evp_cipher)) {
if (opt_cipher_silent(name, &cipher)) {
if (!opt_cipher_silent(ciphername, &cipher))