Home
last modified time | relevance | path

Searched refs:system_hostfiles (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshconnect.c808 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()
Dreadconf.h85 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
Dreadconf.c1000 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()
Dssh.c1318 tilde_expand_paths(options.system_hostfiles, in main()
Dsshconnect2.c117 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]); in order_hostkeyalgs()