Searched refs:system_hostfiles (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 808 char **system_hostfiles, u_int num_system_hostfiles) in check_host_key() argument 858 load_hostkeys(host_hostkeys, host, system_hostfiles[i]); in check_host_key() 866 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key() 940 system_hostfiles, num_system_hostfiles) == 0) { in check_host_key() 1311 options.system_hostfiles, options.num_system_hostfiles); in verify_host_key()
|
D | readconf.h | 85 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
|
D | readconf.c | 1000 cpptr = (char **)&options->system_hostfiles; in process_config_line() 1789 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options() 1791 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options() 2327 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
|
D | ssh.c | 1318 tilde_expand_paths(options.system_hostfiles, in main()
|
D | sshconnect2.c | 117 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]); in order_hostkeyalgs()
|