Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dreadconf.h70 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
H A Dservconf.h126 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.c159 options->kex_algorithms = NULL; in initialize_server_options()
250 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms()
1884 if (options->kex_algorithms == NULL) in process_server_config_line_depth()
1885 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()
3228 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
H A Dsshd-session.c1429 kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms, in do_ssh2_kex()
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 Dsshconnect2.c254 options.kex_algorithms, options.ciphers, options.macs, in ssh_kex2()