Searched refs:unixpw_verify (Results 1 – 3 of 3) sorted by relevance
48 extern int unixpw_verify(char *user, char *pass);
1451 int unixpw_verify(char *user, char *pass) { function1601 ok = unixpw_verify(user, pass);
1346 if (unixpw_verify(un, pw)) { in finish_auth()