Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth.h138 int user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *,
H A Dauth2-pubkey.c222 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 Dmonitor.c1180 allowed = user_key_allowed(ssh, authctxt->pw, key, in mm_answer_keyallowed()