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

/freebsd-10.0-release/crypto/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator in enum:__anon4937
H A Dauth-rh-rsa.c58 return (host_status == HOST_OK);
H A Dauth2-hostbased.c201 if (host_status == HOST_OK) {
217 return (host_status == HOST_OK);
H A Dhostfile.c369 * 1. If the key is a cert and a matching CA is found, return HOST_OK
370 * 2. If the key is not a cert and a matching key is found, return HOST_OK
410 end_return = HOST_OK;
417 end_return = HOST_OK;
H A Dsshconnect.c837 case HOST_OK:
1000 else if (ip_status == HOST_OK)
1108 if (host_status == HOST_OK) {
H A Dauth.c429 else if (host_status == HOST_OK)

Completed in 73 milliseconds