Searched refs:auth_rhosts2 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth2-hostbased.c | 179 if (auth_rhosts2(pw, cuser, chost, chost) == 0) in hostbased_key_allowed() 191 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) in hostbased_key_allowed()
|
H A D | auth-rhosts.c | 162 return auth_rhosts2(pw, client_user, hostname, ipaddr); in auth_rhosts() 290 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() function
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | auth.h | 216 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
|