Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c792 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument
814 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key()
835 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument
842 system_hostfiles, num_system_hostfiles, in other_hostkeys_message()
956 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument
1019 load_hostkeys(host_hostkeys, host, system_hostfiles[i], 0); in check_host_key()
1031 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1108 system_hostfiles, num_system_hostfiles) || in check_host_key()
1111 system_hostfiles, num_system_hostfiles)))) { in check_host_key()
1156 system_hostfiles, num_system_hostfiles, in check_host_key()
[all …]
H A Dreadconf.h80 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1552 strcasecmp(options.system_hostfiles[0], "none") == 0) { in main()
1556 free(options.system_hostfiles[0]); in main()
1557 options.system_hostfiles[0] = NULL; in main()
1815 tilde_expand_paths(options.system_hostfiles, in main()
H A Dreadconf.c1453 cpptr = (char **)&options->system_hostfiles; in process_config_line_depth()
2933 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
2935 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
3153 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3841 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
H A Dsshconnect2.c138 options.system_hostfiles[i], 0); in order_hostkeyalgs()