Home
last modified time | relevance | path

Searched refs:check_passwd (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/libexec/security/
Dsecurity74 sub check_passwd {
926 check_passwd;
/openbsd/src/usr.sbin/pppd/
Dpppd.h235 int check_passwd(int, char *, int, char *, int, char **, int *);
Dupap.c387 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, in upap_rauthreq()
Dauth.c619 check_passwd(int unit, char *auser, int userlen, in check_passwd() function