HomeSort by relevance Sort by last modified time
    Searched refs:MAXSECRETLEN (Results 1 - 11 of 11) sorted by null

  /external/ppp/pppd/plugins/
passwordfd.c 20 static char save_passwd[MAXSECRETLEN];
50 red = read (passwdfd, passwd + readgood, MAXSECRETLEN - 1 - readgood);
59 } while (readgood < MAXSECRETLEN - 1);
passprompt.c 73 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
84 } while (readgood < MAXSECRETLEN - 1);
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 273 NULL, MAXSECRETLEN },
306 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
635 BZERO(ppp_settings.passwd, MAXSECRETLEN);
662 BZERO(ppp_settings.passwd, MAXSECRETLEN);
1091 if (len > MAXSECRETLEN) {
1093 len = MAXSECRETLEN;
1118 if (len > MAXSECRETLEN) {
1120 len = MAXSECRETLEN;
    [all...]
ppp.h 333 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
chap.c 428 char secret[MAXSECRETLEN];
528 char secret[MAXSECRETLEN];
  /external/syslinux/core/lwip/src/include/lwip/
opt.h     [all...]
  /external/ppp/pppd/
auth.c 371 &explicit_passwd, MAXSECRETLEN },
417 char u[MAXNAMELEN], p[MAXSECRETLEN];
443 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
995 BZERO(passwd, MAXSECRETLEN);
1036 BZERO(passwd, MAXSECRETLEN);
    [all...]
chap-new.c 418 unsigned char secret[MAXSECRETLEN];
446 char secret[MAXSECRETLEN+1];
pppd.h 82 #define MAXSECRETLEN 256 /* max length of password or secret */
297 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
    [all...]
options.c 102 char passwd[MAXSECRETLEN]; /* Password for PAP */
    [all...]
eap.c     [all...]

Completed in 143 milliseconds