Home | History | Annotate | Download | only in pppd

Lines Matching full:have_chap_secret

255 static int  have_chap_secret __P((char *, char *, int, int *));
1239 can_auth = have_chap_secret((explicit_remote? remote_name: NULL),
1295 (hadchap = have_chap_secret(user, (explicit_remote? remote_name:
1299 (hadchap == 1 || (hadchap == -1 && have_chap_secret(user,
1307 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL),
1313 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1814 * have_chap_secret - check whether we have a CHAP file with a
1820 have_chap_secret(client, server, need_ip, lacks_ipp)