Searched refs:hostbased_key_allowed (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/crypto/openssh/ |
| D | auth2-hostbased.c | 140 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) && in userauth_hostbased() 160 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, in hostbased_key_allowed() function
|
| D | auth.h | 129 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
|
| D | monitor.c | 1238 hostbased_key_allowed(authctxt->pw, in mm_answer_keyallowed()
|