Home
last modified time | relevance | path

Searched refs:auth_rhosts2 (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dauth-rhosts.c196 return auth_rhosts2(pw, client_user, hostname, ipaddr); in auth_rhosts()
337 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() function
Dauth2-hostbased.c184 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()
Dauth.h117 auth_rhosts2(struct passwd *, const char *, const char *, const char *);