Searched refs:MAXSECRETLEN (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpasswordfd.c20 static char save_passwd[MAXSECRETLEN];
50 red = read (passwdfd, passwd + readgood, MAXSECRETLEN - 1 - readgood);
59 } while (readgood < MAXSECRETLEN - 1);
H A Dpassprompt.c73 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
84 } while (readgood < MAXSECRETLEN - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dpassprompt.c73 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
82 } while (readgood < MAXSECRETLEN - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Doptions.c42 char passwd[MAXSECRETLEN]; /* Password for PAP */
141 strncpy(passwd, optarg, MAXSECRETLEN);
H A Dpppd.h59 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
247 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c247 OPT_PRIO | OPT_STATIC | OPT_HIDE, NULL, MAXSECRETLEN },
281 char u[MAXNAMELEN], p[MAXSECRETLEN];
302 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL){
641 BZERO(passwd, MAXSECRETLEN);
667 BZERO(passwd, MAXSECRETLEN);
1290 * Assumes passwd points to MAXSECRETLEN bytes of space (if non-null).
1322 strlcpy(passwd, secret, MAXSECRETLEN);
1458 if (len > MAXSECRETLEN) {
1460 len = MAXSECRETLEN;
H A Dchap.c408 char secret[MAXSECRETLEN];
503 char secret[MAXSECRETLEN];
H A Dpppd.h59 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
247 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
H A Doptions.c68 char passwd[MAXSECRETLEN]; /* Password for PAP */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c376 OPT_PRIO | OPT_STATIC | OPT_HIDE, NULL, MAXSECRETLEN },
419 char u[MAXNAMELEN], p[MAXSECRETLEN];
445 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
995 BZERO(passwd, MAXSECRETLEN);
1036 BZERO(passwd, MAXSECRETLEN);
1762 * Assumes passwd points to MAXSECRETLEN bytes of space (if non-null).
1795 strlcpy(passwd, secret, MAXSECRETLEN);
1990 if (len > MAXSECRETLEN) {
1992 len = MAXSECRETLEN;
H A Dchap-new.c398 unsigned char secret[MAXSECRETLEN];
426 char secret[MAXSECRETLEN+1];
H A Dpppd.h82 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
298 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
H A Doptions.c107 char passwd[MAXSECRETLEN]; /* Password for PAP */
H A Deap.c1729 char secret[MAXSECRETLEN];

Completed in 191 milliseconds