Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dreadconf.h70 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dservconf.h118 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dreadconf.c1450 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth()
1451 options->kex_algorithms = xstrdup(arg); in process_config_line_depth()
2386 options->kex_algorithms = NULL; in initialize_options()
2693 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options()
2775 free(o->kex_algorithms); in free_options()
3374 dump_cfg_string(oKexAlgorithms, o->kex_algorithms); in dump_client_config()
Dservconf.c160 options->kex_algorithms = NULL; in initialize_server_options()
236 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()
1881 if (options->kex_algorithms == NULL) in process_server_config_line_depth()
1882 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()
2982 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
Dsshconnect2.c250 if ((s = kex_names_cat(options.kex_algorithms, "ext-info-c")) == NULL) in ssh_kex2()
299 compat_kex_proposal(ssh, options.kex_algorithms); in ssh_kex2()
Dsshd.c2482 options.kex_algorithms);