Searched refs:ip_hostkeys (Results 1 – 1 of 1) sorted by relevance
729 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local767 ip_hostkeys = NULL; in check_host_key()769 ip_hostkeys = init_hostkeys(); in check_host_key()771 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()773 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key()793 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()794 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()1124 if (ip_hostkeys != NULL) in check_host_key()1125 free_hostkeys(ip_hostkeys); in check_host_key()1148 if (ip_hostkeys != NULL) in check_host_key()[all …]