Home
last modified time | relevance | path

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

/external/libppp/src/
Dauth.h63 extern int auth_Validate(struct bundle *, const char *, const char *);
Dpap.c273 if (auth_Validate(bundle, authp->in.name, key)) in pap_Input()
Dauth.c288 auth_Validate(struct bundle *bundle, const char *name, const char *key) in auth_Validate() function