Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshconnect.c767 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument
789 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key()
810 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument
817 system_hostfiles, num_system_hostfiles, in other_hostkeys_message()
931 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument
995 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1066 system_hostfiles, num_system_hostfiles) || in check_host_key()
1069 system_hostfiles, num_system_hostfiles)))) { in check_host_key()
1114 system_hostfiles, num_system_hostfiles, in check_host_key()
1165 system_hostfiles, num_system_hostfiles)) != NULL) in check_host_key()
[all …]
H A Dreadconf.h79 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1450 strcasecmp(options.system_hostfiles[0], "none") == 0) { in main()
1454 free(options.system_hostfiles[0]); in main()
1455 options.system_hostfiles[0] = NULL; in main()
1669 tilde_expand_paths(options.system_hostfiles, in main()
H A Dreadconf.c1258 cpptr = (char **)&options->system_hostfiles; in process_config_line_depth()
2569 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
2571 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
2773 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3388 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
H A Dsshconnect2.c135 options.system_hostfiles[i], 0); in order_hostkeyalgs()