Searched refs:host_found (Results 1 – 1 of 1) sorted by relevance
940 const struct hostkey_entry *host_found = NULL, *ip_found = NULL; in check_host_key() local1012 &host_found); in check_host_key()1019 (host_found != NULL && host_found->note != 0))) in check_host_key()1033 !sshkey_equal(ip_found->key, host_found->key)))) in check_host_key()1044 host_found->file, host_found->line); in check_host_key()1065 (path_in_hostfiles(host_found->file, in check_host_key()1074 if (options.update_hostkeys != 0 && host_found->note) { in check_host_key()1242 host_found->file, host_found->line); in check_host_key()1272 sshkey_type(host_found->key), in check_host_key()1273 host_found->file, host_found->line); in check_host_key()[all …]