Searched refs:auth_check_passwd (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 562 int auth_check_passwd(ppp_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const c…
|
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 411 if (auth_check_passwd(pcb, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen)) { in upap_rauthreq()
|
D | auth.c | 1006 int auth_check_passwd(ppp_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const c… in auth_check_passwd() function
|