Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth2-hostbased.c199 if (auth_rhosts2(pw, cuser, chost, chost) == 0) { in hostbased_key_allowed()
210 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed()
H A Dauth.h132 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
H A Dauth-rhosts.c191 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() function