Home | History | Annotate | Download | only in openssh

Lines Matching refs:ciphers

210 	{ "ciphers", oCiphers },
1092 if (*activep && options->ciphers == NULL)
1093 options->ciphers = xstrdup(arg);
1622 options->ciphers = NULL;
1857 if (kex_assemble_names(KEX_CLIENT_ENCRYPT, &options->ciphers) != 0 ||
2303 dump_cfg_string(oCiphers, o->ciphers ? o->ciphers : KEX_CLIENT_ENCRYPT);