Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dsshconnect.c832 char **system_hostfiles, u_int num_system_hostfiles) in check_host_key() argument
881 load_hostkeys(host_hostkeys, host, system_hostfiles[i]); in check_host_key()
889 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key()
959 system_hostfiles, num_system_hostfiles) == 0) { in check_host_key()
1287 options.system_hostfiles, options.num_system_hostfiles); in verify_host_key()
Dreadconf.h95 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
Dreadconf.c976 cpptr = (char **)&options->system_hostfiles; in process_config_line()
1775 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
1777 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
Dssh.c1183 tilde_expand_paths(options.system_hostfiles, in main()
Dsshconnect2.c130 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]); in order_hostkeyalgs()