Home
last modified time | relevance | path

Searched refs:HOST_OK (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dauth2-hostbased.c225 if (host_status == HOST_OK) { in hostbased_key_allowed()
244 return (host_status == HOST_OK); in hostbased_key_allowed()
Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
Dsshconnect.c900 case HOST_OK: in check_host_key()
1071 else if (ip_status == HOST_OK) in check_host_key()
1179 if (host_status == HOST_OK) { in check_host_key()
Dhostfile.c374 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
381 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
Dauth.c464 else if (host_status == HOST_OK) in check_key_in_hostfiles()