HomeSort by relevance Sort by last modified time
    Searched refs:auth_password (Results 1 - 6 of 6) sorted by null

  /external/openssh/
auth2-none.c 70 return (PRIVSEP(auth_password(authctxt, "")));
auth2-passwd.c 72 else if (PRIVSEP(auth_password(authctxt, password)) == 1)
auth1.c 133 authenticated = PRIVSEP(auth_password(authctxt, password));
253 PRIVSEP(auth_password(authctxt, ""))) {
auth-passwd.c 82 auth_password(Authctxt *authctxt, const char *password) function
auth.h 120 int auth_password(Authctxt *, const char *);
monitor.c 918 auth_password(authctxt, passwd);
    [all...]

Completed in 43 milliseconds