Lines Matching refs:ip_hostkeys
824 struct hostkeys *host_hostkeys, *ip_hostkeys; in check_host_key() local
862 ip_hostkeys = NULL; in check_host_key()
864 ip_hostkeys = init_hostkeys(); in check_host_key()
866 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]); in check_host_key()
868 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key()
888 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
889 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
1209 if (ip_hostkeys != NULL) in check_host_key()
1210 free_hostkeys(ip_hostkeys); in check_host_key()
1232 if (ip_hostkeys != NULL) in check_host_key()
1233 free_hostkeys(ip_hostkeys); in check_host_key()