Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth1.c49 case SSH_CMSG_AUTH_PASSWORD: in get_authname()
260 case SSH_CMSG_AUTH_PASSWORD: in do_authloop()
333 if (type == SSH_CMSG_AUTH_PASSWORD && !authenticated) in do_authloop()
343 !check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD, pw)) { in do_authloop()
355 if (authenticated && type != SSH_CMSG_AUTH_PASSWORD) in do_authloop()
376 if (type == SSH_CMSG_AUTH_PASSWORD) in do_authloop()
/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h41 #define SSH_CMSG_AUTH_PASSWORD 9 /* pass (string) */ macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c938 packet_start(SSH_CMSG_AUTH_PASSWORD); in try_password_authentication()