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

/macosx-10.10/OpenSSH-189/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator in enum:__anon3189
H A Dauth-rh-rsa.c58 return (host_status == HOST_OK);
H A Dauth2-hostbased.c197 if (host_status == HOST_OK) {
213 return (host_status == HOST_OK);
H A Dhostfile.c373 * 1. If the key is a cert and a matching CA is found, return HOST_OK
374 * 2. If the key is not a cert and a matching key is found, return HOST_OK
414 end_return = HOST_OK;
421 end_return = HOST_OK;
H A Dsshconnect.c810 case HOST_OK:
973 else if (ip_status == HOST_OK)
1081 if (host_status == HOST_OK) {
H A Dauth.c406 else if (host_status == HOST_OK)

Completed in 125 milliseconds