Home
last modified time | relevance | path

Searched refs:hostkeyalgorithms (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dreadconf.h75 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
Dservconf.h100 char *hostkeyalgorithms; /* SSH2 server key types */ member
Dservconf.c112 options->hostkeyalgorithms = NULL; in initialize_server_options()
187 &o->hostkeyalgorithms) != 0 || in assemble_algorithms()
1193 charptr = &options->hostkeyalgorithms; in process_server_config_line()
2319 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms ? in dump_config()
2320 o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG); in dump_config()
Dsshconnect2.c180 if (options.hostkeyalgorithms != NULL) { in ssh_kex2()
182 &options.hostkeyalgorithms) != 0) in ssh_kex2()
185 compat_pkalg_proposal(options.hostkeyalgorithms); in ssh_kex2()
188 options.hostkeyalgorithms = xstrdup(KEX_DEFAULT_PK_ALG); in ssh_kex2()
Dreadconf.c1229 charptr = &options->hostkeyalgorithms; in process_config_line_depth()
1822 options->hostkeyalgorithms = NULL; in initialize_options()
2507 if (kex_assemble_names(KEX_DEFAULT_PK_ALG, &o->hostkeyalgorithms) != 0) in dump_client_config()
2575 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
Dclientloop.c2401 const char *hostkeyalgs = options.hostkeyalgorithms != NULL ? in key_accepted_by_hostkeyalgs()
2402 options.hostkeyalgorithms : KEX_DEFAULT_PK_ALG; in key_accepted_by_hostkeyalgs()
Dsshd.c701 options.hostkeyalgorithms, 0) != 1) {