Searched refs:kex_algorithms (Results 1 – 6 of 6) sorted by relevance
70 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
116 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
160 options->kex_algorithms = NULL; in initialize_server_options()231 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()1820 if (options->kex_algorithms == NULL) in process_server_config_line_depth()1821 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()2856 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
1302 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth()1303 options->kex_algorithms = xstrdup(arg); in process_config_line_depth()1955 options->kex_algorithms = NULL; in initialize_options()2227 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options()2768 dump_cfg_string(oKexAlgorithms, o->kex_algorithms); in dump_client_config()
186 if ((s = kex_names_cat(options.kex_algorithms, "ext-info-c")) == NULL) in ssh_kex2()236 compat_kex_proposal(options.kex_algorithms); in ssh_kex2()
2327 options.kex_algorithms);