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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c761 struct hostkeys *host_hostkeys, *ip_hostkeys; local
799 ip_hostkeys = NULL;
801 ip_hostkeys = init_hostkeys();
803 load_hostkeys(ip_hostkeys, ip, user_hostfiles[i]);
805 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
825 if (!want_cert && ip_hostkeys != NULL) {
826 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
1132 if (ip_hostkeys != NULL)
1133 free_hostkeys(ip_hostkeys);
1155 if (ip_hostkeys !
[all...]

Completed in 202 milliseconds