HomeSort by relevance Sort by last modified time
    Searched refs:MAXSECRETLEN (Results 1 - 7 of 7) 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/ppp/pppd/
auth.c 370 OPT_PRIO | OPT_STATIC | OPT_HIDE, NULL, MAXSECRETLEN },
412 char u[MAXNAMELEN], p[MAXSECRETLEN];
433 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
968 BZERO(passwd, MAXSECRETLEN);
1007 BZERO(passwd, MAXSECRETLEN);
    [all...]
chap-new.c 403 unsigned char secret[MAXSECRETLEN];
431 char secret[MAXSECRETLEN+1];
pppd.h 82 #define MAXSECRETLEN 256 /* max length of password or secret */
292 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
    [all...]
options.c 97 char passwd[MAXSECRETLEN]; /* Password for PAP */
    [all...]
eap.c     [all...]

Completed in 397 milliseconds