Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dhostfile.h25 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND enumerator
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c47 return (host_status == HOST_OK); in auth_rhosts_rsa_key_allowed()
H A Dauth2-hostbased.c208 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dauth.c463 if (host_status != HOST_OK && userfile != NULL) { in check_key_in_hostfiles()
482 debug2("check_key_in_hostfiles: key %s for %s", host_status == HOST_OK ? in check_key_in_hostfiles()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c727 case HOST_OK: in check_host_key()
835 else if (ip_status == HOST_OK) in check_host_key()
923 if (host_status == HOST_OK) { in check_host_key()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c284 return HOST_OK; in check_host_in_hostfile_by_key_or_type()