Searched refs:check_nt_auth (Results 1 – 7 of 7) sorted by relevance
50 int check_nt_auth(int pwd_authenticated, struct passwd *pw);
60 check_nt_auth(1, authctxt->pw) && in userauth_passwd()
64 if (check_nt_auth(0, authctxt->pw) == 0) { in userauth_kbdint()
124 if (check_nt_auth(1, authctxt->pw) == 0) in userauth_none()
212 if (check_nt_auth(0, authctxt->pw) == 0) in userauth_pubkey()
343 !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) { in do_authloop()
79 int check_nt_auth(int pwd_authenticated, struct passwd *pw) in check_nt_auth() function