Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dport-aix.h90 int sys_auth_allowed_user(struct passwd *, Buffer *);
Dport-aix.c235 sys_auth_allowed_user(struct passwd *pw, Buffer *loginmsg) in sys_auth_allowed_user() function
/external/openssh/
Dauth.c262 if (!sys_auth_allowed_user(pw, &loginmsg)) in allowed_user()