Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h85 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dservconf.h135 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
Dreadconf.c1726 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth()
1727 options->kex_algorithms = xstrdup(arg); in process_config_line_depth()
2781 options->kex_algorithms = NULL; in initialize_options()
3133 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options()
3228 free(o->kex_algorithms); in free_options()
3843 dump_cfg_string(oKexAlgorithms, o->kex_algorithms); in dump_client_config()
Dservconf.c190 options->kex_algorithms = NULL; in initialize_server_options()
288 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()
2112 if (options->kex_algorithms == NULL) in process_server_config_line_depth()
2113 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()
3585 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
Dsshd-auth.c809 kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms, in do_ssh2_kex()
DPROTOCOL145 initial SSH2_MSG_KEXINIT kex_algorithms field. The client may append
146 "kex-strict-c-v00@openssh.com" to its kex_algorithms and the server
Dsshconnect2.c268 options.kex_algorithms, options.ciphers, options.macs, in ssh_kex2()