Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDreadconf.h85 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
HDservconf.h92 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
HDservconf.c131 options->kex_algorithms = NULL; in initialize_server_options()
1353 if (options->kex_algorithms == NULL) in process_server_config_line()
1354 options->kex_algorithms = xstrdup(arg); in process_server_config_line()
2091 dump_cfg_string(sKexAlgorithms, o->kex_algorithms ? o->kex_algorithms : in dump_config()
HDreadconf.c1083 if (*activep && options->kex_algorithms == NULL) in process_config_line()
1084 options->kex_algorithms = xstrdup(arg); in process_config_line()
1574 options->kex_algorithms = NULL; in initialize_options()
HDsshconnect2.c196 if (options.kex_algorithms != NULL) in ssh_kex2()
197 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms; in ssh_kex2()
HDsshd.c2521 if (options.kex_algorithms != NULL)
2522 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;