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
Dreadconf.c1113 if (*activep && options->kex_algorithms == NULL) in process_config_line()
1114 options->kex_algorithms = xstrdup(arg); in process_config_line()
1624 options->kex_algorithms = NULL; in initialize_options()
2305 dump_cfg_string(oKexAlgorithms, o->kex_algorithms ? o->kex_algorithms : KEX_CLIENT_KEX); in dump_client_config()
Dservconf.c140 options->kex_algorithms = NULL; in initialize_server_options()
1405 if (options->kex_algorithms == NULL) in process_server_config_line()
1406 options->kex_algorithms = xstrdup(arg); in process_server_config_line()
2185 o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX); in dump_config()
Dsshconnect2.c198 if (options.kex_algorithms != NULL) in ssh_kex2()
199 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms; in ssh_kex2()
Dsshd.c2557 if (options.kex_algorithms != NULL)
2558 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;