Lines Matching refs:host_hostkeys
1011 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
1056 host_hostkeys = init_hostkeys(); in check_host_key()
1058 load_hostkeys(host_hostkeys, host, user_hostfiles[i], 0); in check_host_key()
1060 load_hostkeys(host_hostkeys, host, system_hostfiles[i], 0); in check_host_key()
1062 load_hostkeys_command(host_hostkeys, hostfile_command, in check_host_key()
1094 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1223 if (show_other_keys(host_hostkeys, host_key)) { in check_host_key()
1475 if (host_hostkeys != NULL) in check_host_key()
1476 free_hostkeys(host_hostkeys); in check_host_key()
1498 if (host_hostkeys != NULL) in check_host_key()
1499 free_hostkeys(host_hostkeys); in check_host_key()