Searched refs:auth_rhosts2 (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | auth2-hostbased.c | 184 if (auth_rhosts2(pw, cuser, chost, chost) == 0) { in hostbased_key_allowed() 196 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed()
|
D | auth.h | 116 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
|
D | auth-rhosts.c | 190 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() function
|