Searched refs:num_user_hostfiles (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect.c | 791 char **user_hostfiles, u_int num_user_hostfiles, in hostkeys_find_by_key() argument 808 for (i = 0; i < num_user_hostfiles; i++) { in hostkeys_find_by_key() 834 char **user_hostfiles, u_int num_user_hostfiles, in other_hostkeys_message() argument 841 user_hostfiles, num_user_hostfiles, in other_hostkeys_message() 955 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument 1016 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 1028 for (i = 0; i < num_user_hostfiles; i++) in check_host_key() 1060 if (!readonly && (num_user_hostfiles == 0 || in check_host_key() 1155 user_hostfiles, num_user_hostfiles, in check_host_key() 1206 user_hostfiles, num_user_hostfiles, in check_host_key() [all …]
|
| H A D | readconf.h | 81 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
|
| H A D | readconf.c | 1489 uintptr = &options->num_user_hostfiles; in process_config_line_depth() 2755 options->num_user_hostfiles = 0; in initialize_options() 2940 (options->num_user_hostfiles == 0 || in fill_default_options() 2941 (options->num_user_hostfiles == 1 && strcmp(options-> in fill_default_options() 2947 if (options->num_user_hostfiles == 0) { in fill_default_options() 2948 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 2950 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options() 3154 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options() 3842 dump_cfg_strarray_oneline(oUserKnownHostsFile, o->num_user_hostfiles, o->user_hostfiles); in dump_client_config()
|
| H A D | ssh.c | 1561 if (options.num_user_hostfiles > 0 && in main() 1563 if (options.num_user_hostfiles > 1) in main() 1568 options.num_user_hostfiles = 0; in main() 1570 for (j = 0; j < options.num_user_hostfiles; j++) { in main() 1817 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
|
| H A D | clientloop.c | 926 if (!options.update_hostkeys || options.num_user_hostfiles <= 0) in can_update_hostkeys() 2233 for (i = 0; i < options.num_user_hostfiles; i++) { in check_old_keys_othernames() 2329 for (i = 0; i < options.num_user_hostfiles; i++) { in update_known_hosts() 2546 for (i = 0; i < options.num_user_hostfiles; i++) { in client_input_hostkeys()
|
| H A D | sshconnect2.c | 134 for (i = 0; i < options.num_user_hostfiles; i++) in order_hostkeyalgs()
|