Searched refs:ip_hostkeys (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshconnect.c734 struct hostkeys *host_hostkeys, *ip_hostkeys; local
772 ip_hostkeys = NULL;
774 ip_hostkeys = init_hostkeys();
776 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
778 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
798 if (!want_cert && ip_hostkeys != NULL) {
799 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
1105 if (ip_hostkeys != NULL)
1106 free_hostkeys(ip_hostkeys);
1128 if (ip_hostkeys !
[all...]

Completed in 156 milliseconds