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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rh-rsa.c45 HostStatus host_status; local
54 host_status = check_key_in_hostfiles(pw, client_host_key,
58 return (host_status == HOST_OK);
H A Dauth2-hostbased.c145 HostStatus host_status; local
185 host_status = check_key_in_hostfiles(pw, key, lookup,
190 if (host_status == HOST_NEW) {
191 host_status = check_key_in_hostfiles(pw, key, lookup,
197 if (host_status == HOST_OK) {
213 return (host_status == HOST_OK);
H A Dauth.c378 HostStatus host_status; local
402 host_status = check_key_in_hostkeys(hostkeys, key, &found);
403 if (host_status == HOST_REVOKED)
406 else if (host_status == HOST_OK)
414 return host_status;
H A Dsshconnect.c723 HostStatus host_status; local
790 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
801 if (host_status == HOST_CHANGED &&
807 ip_status = host_status;
809 switch (host_status) {
1074 if (options.check_host_ip && host_status != HOST_CHANGED &&
1081 if (host_status == HOST_OK) {
1110 if (want_cert && host_status != HOST_REVOKED) {

Completed in 86 milliseconds