cipher_by_name
c = cipher_by_name(p);
const struct sshcipher *cipher_by_name(const char *);
if ((enc->cipher = cipher_by_name(name)) == NULL) {
if ((enc->cipher = cipher_by_name(enc->name)) == NULL) {
const struct sshcipher *none = cipher_by_name("none");
if (cipher_by_name(openssh_format_cipher) == NULL)
if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) {
if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) {
if ((cipher = cipher_by_name(ciphername)) == NULL) {
if ((cipher = cipher_by_name(ciphername)) == NULL) {