Searched refs:SSH_CMSG_AUTH_PASSWORD (Results 1 – 3 of 3) sorted by relevance
49 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()
41 #define SSH_CMSG_AUTH_PASSWORD 9 /* pass (string) */ macro
938 packet_start(SSH_CMSG_AUTH_PASSWORD); in try_password_authentication()