Searched refs:user_key_allowed (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | auth.h | 138 int user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *,
|
| H A D | auth2-pubkey.c | 222 if (PRIVSEP(user_key_allowed(ssh, pw, key, 1, &authopts)) && in userauth_pubkey() 284 if (PRIVSEP(user_key_allowed(ssh, pw, key, 0, NULL))) { in userauth_pubkey() 752 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed() function
|
| H A D | monitor.c | 1180 allowed = user_key_allowed(ssh, authctxt->pw, key, in mm_answer_keyallowed()
|