Home
last modified time | relevance | path

Searched refs:check_nt_auth (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dbsd-cygwin_util.h50 int check_nt_auth(int pwd_authenticated, struct passwd *pw);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-passwd.c60 check_nt_auth(1, authctxt->pw) && in userauth_passwd()
H A Dauth2-kbdint.c64 if (check_nt_auth(0, authctxt->pw) == 0) { in userauth_kbdint()
H A Dauth2-none.c124 if (check_nt_auth(1, authctxt->pw) == 0) in userauth_none()
H A Dauth2-pubkey.c212 if (check_nt_auth(0, authctxt->pw) == 0) in userauth_pubkey()
H A Dauth1.c343 !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) { in do_authloop()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cygwin_util.c79 int check_nt_auth(int pwd_authenticated, struct passwd *pw) in check_nt_auth() function