Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dport-aix.h91 int sys_auth_allowed_user(struct passwd *, struct sshbuf *);
H A Dport-aix.c241 sys_auth_allowed_user(struct passwd *pw, struct sshbuf *loginmsg) in sys_auth_allowed_user() function
/freebsd/crypto/openssh/
H A Dauth.c217 if (!sys_auth_allowed_user(pw, loginmsg)) in allowed_user()