Searched refs:auth_rhosts_rsa_key_allowed (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | auth-rh-rsa.c | 45 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()
|
D | auth.h | 127 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
|
D | monitor.c | 1247 auth_rhosts_rsa_key_allowed(authctxt->pw, in mm_answer_keyallowed()
|