Home
last modified time | relevance | path

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

/external/openssh/
Dmyproposal.h124 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT "," \ macro
173 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT macro
184 KEX_CLIENT_ENCRYPT, \
185 KEX_CLIENT_ENCRYPT, \
Dreadconf.c2299 dump_cfg_string(oCiphers, o->ciphers ? o->ciphers : KEX_CLIENT_ENCRYPT); in dump_client_config()