Home
last modified time | relevance | path

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

/external/openssh/
Dmyproposal.h102 #define KEX_CLIENT_KEX KEX_COMMON_KEX \ macro
164 #define KEX_CLIENT_KEX KEX_SERVER_KEX macro
174 KEX_CLIENT_KEX, \
Dreadconf.c2071 kex_assemble_names(KEX_CLIENT_KEX, &options->kex_algorithms) != 0 || in fill_default_options()
2580 dump_cfg_string(oKexAlgorithms, o->kex_algorithms ? o->kex_algorithms : KEX_CLIENT_KEX); in dump_client_config()