Home
last modified time | relevance | path

Searched refs:kex_algorithms (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dreadconf.h76 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dservconf.h93 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dservconf.c139 options->kex_algorithms = NULL; in initialize_server_options()
185 kex_assemble_names(KEX_SERVER_KEX, &o->kex_algorithms) != 0 || in assemble_algorithms()
1466 if (options->kex_algorithms == NULL) in process_server_config_line()
1467 options->kex_algorithms = xstrdup(arg); in process_server_config_line()
2316 o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX); in dump_config()
Dreadconf.c1224 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth()
1225 options->kex_algorithms = xstrdup(arg); in process_config_line_depth()
1821 options->kex_algorithms = NULL; in initialize_options()
2071 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()
Dsshconnect2.c168 if ((s = kex_names_cat(options.kex_algorithms, "ext-info-c")) == NULL) in ssh_kex2()
224 compat_kex_proposal(options.kex_algorithms); in ssh_kex2()
Dsshd.c2165 options.kex_algorithms);