Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rh-rsa.c45 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed() function
84 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()
Dauth.h127 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
Dmonitor.c1247 auth_rhosts_rsa_key_allowed(authctxt->pw, in mm_answer_keyallowed()