Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h70 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
H A Dservconf.h116 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
H A Dreadconf.c1548 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth()
1549 options->kex_algorithms = xstrdup(arg); in process_config_line_depth()
2562 options->kex_algorithms = NULL; in initialize_options()
2876 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options()
2969 free(o->kex_algorithms); in free_options()
3582 dump_cfg_string(oKexAlgorithms, o->kex_algorithms); in dump_client_config()
H A Dservconf.c157 options->kex_algorithms = NULL; in initialize_server_options()
236 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()
1931 if (options->kex_algorithms == NULL) in process_server_config_line_depth()
1932 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()
3181 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
H A 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
H A Dsshd.c2498 kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms,
H A Dsshconnect2.c256 options.kex_algorithms, options.ciphers, options.macs, in ssh_kex2()