Home
last modified time | relevance | path

Searched refs:auth_password (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dauth2-none.c73 return (PRIVSEP(auth_password(ssh, ""))); in userauth_none()
Dauth2-passwd.c69 else if (PRIVSEP(auth_password(ssh, password)) == 1) in userauth_passwd()
Dauth-passwd.c77 auth_password(struct ssh *ssh, const char *password) in auth_password() function
Dauth.h131 int auth_password(struct ssh *, const char *);
Dmonitor.c898 auth_password(ssh, passwd); in mm_answer_authpassword()