Home
last modified time | relevance | path

Searched refs:auth_Validate (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dauth.h63 extern int auth_Validate(struct bundle *, const char *, const char *);
H A Dpap.c273 if (auth_Validate(bundle, authp->in.name, key)) in pap_Input()
H A Dauth.c296 auth_Validate(struct bundle *bundle, const char *name, const char *key) in auth_Validate() function