Home
last modified time | relevance | path

Searched refs:MAXSECRETLEN (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/plugins/
Dpasswordfd.c20 static char save_passwd[MAXSECRETLEN];
50 red = read (passwdfd, passwd + readgood, MAXSECRETLEN - 1 - readgood); in pwfd_passwd()
59 } while (readgood < MAXSECRETLEN - 1); in pwfd_passwd()
Dpassprompt.c73 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood); in promptpass()
84 } while (readgood < MAXSECRETLEN - 1); in promptpass()
/external/ppp/pppd/
Dauth.c370 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);
1767 strlcpy(passwd, secret, MAXSECRETLEN);
1958 if (len > MAXSECRETLEN) {
1960 len = MAXSECRETLEN;
Dchap-new.c403 unsigned char secret[MAXSECRETLEN]; in chap_verify_response()
431 char secret[MAXSECRETLEN+1]; in chap_respond()
Dpppd.h82 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
292 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
Doptions.c97 char passwd[MAXSECRETLEN]; /* Password for PAP */
Deap.c1729 char secret[MAXSECRETLEN];