opt_cipher_any
if (!opt_cipher_any(ciphername, &cipher))
if (!opt_cipher_any(wrapname, &wrap_cipher))
int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);
if (opt_cipher_any(name, &c)) {
if (!opt_cipher_any(ciphername, &enc))
if (!opt_cipher_any(ciphername, &cipher))
if (!opt_cipher_any(ciphername, &cipher))