Searched refs:hostbased_key_allowed (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth2-hostbased.c | 143 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) && in userauth_hostbased() 163 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, in hostbased_key_allowed() function
|
| H A D | auth.h | 135 int hostbased_key_allowed(struct passwd *, const char *, char *,
|
| H A D | monitor.c | 1206 allowed = hostbased_key_allowed(authctxt->pw, in mm_answer_keyallowed()
|