Searched refs:sys_auth_allowed_user (Results 1 – 3 of 3) sorted by relevance
91 int sys_auth_allowed_user(struct passwd *, struct sshbuf *);
241 sys_auth_allowed_user(struct passwd *pw, struct sshbuf *loginmsg) in sys_auth_allowed_user() function
217 if (!sys_auth_allowed_user(pw, loginmsg)) in allowed_user()