Searched refs:kex_algorithms (Results  1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/ | 
| H A D | readconf.h | 69 	char   *kex_algorithms;	/* SSH2 kex methods in order of preference. */  member
  | 
| H A D | servconf.h | 127 	char   *kex_algorithms;	/* SSH2 kex methods in order of preference. */  member
  | 
| H A D | readconf.c | 1641 		if (*activep && options->kex_algorithms == NULL)  in process_config_line_depth() 1642 			options->kex_algorithms = xstrdup(arg);  in process_config_line_depth() 2682 	options->kex_algorithms = NULL;  in initialize_options() 2997 	ASSEMBLE(kex_algorithms, def_kex, all_kex);  in fill_default_options() 3090 	free(o->kex_algorithms);  in free_options() 3705 	dump_cfg_string(oKexAlgorithms, o->kex_algorithms);  in dump_client_config()
  | 
| H A D | servconf.c | 160 	options->kex_algorithms = NULL;  in initialize_server_options() 255 	ASSEMBLE(kex_algorithms, def_kex, all_kex);  in assemble_algorithms() 1961 		if (options->kex_algorithms == NULL)  in process_server_config_line_depth() 1962 			options->kex_algorithms = xstrdup(arg);  in process_server_config_line_depth() 3323 	dump_cfg_string(sKexAlgorithms, o->kex_algorithms);  in dump_config()
  | 
| H A D | sshd-auth.c | 838 	kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms,  in do_ssh2_kex()
  | 
| H A D | PROTOCOL | 145 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 D | sshconnect2.c | 254 	    options.kex_algorithms, options.ciphers, options.macs,  in ssh_kex2()
  |