Home | History | Annotate | Download | only in pppd

Lines Matching full:have_pap_secret

254 static int  have_pap_secret __P((int *));
1237 can_auth = wo->neg_upap && (uselogin || have_pap_secret(&lacks_ip));
1304 if (go->neg_upap && !uselogin && !have_pap_secret(NULL))
1774 * have_pap_secret - check whether we have a PAP file with any
1778 have_pap_secret(lacks_ipp)