Searched refs:auth_password (Results 1 – 5 of 5) sorted by relevance
73 return (PRIVSEP(auth_password(ssh, ""))); in userauth_none()
69 else if (PRIVSEP(auth_password(ssh, password)) == 1) in userauth_passwd()
77 auth_password(struct ssh *ssh, const char *password) in auth_password() function
131 int auth_password(struct ssh *, const char *);
898 auth_password(ssh, passwd); in mm_answer_authpassword()