Home
last modified time | relevance | path

Searched refs:KEX_CLIENT_ENCRYPT (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dmyproposal.h124 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT "," \ macro
165 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT macro
176 KEX_CLIENT_ENCRYPT, \
177 KEX_CLIENT_ENCRYPT, \
Dreadconf.c2069 if (kex_assemble_names(KEX_CLIENT_ENCRYPT, &options->ciphers) != 0 || in fill_default_options()
2573 dump_cfg_string(oCiphers, o->ciphers ? o->ciphers : KEX_CLIENT_ENCRYPT); in dump_client_config()
Dssh.c841 options.ciphers = xstrdup(KEX_CLIENT_ENCRYPT); in main()