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.c371 &explicit_passwd, MAXSECRETLEN },
417 char u[MAXNAMELEN], p[MAXSECRETLEN];
443 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
995 BZERO(passwd, MAXSECRETLEN);
1036 BZERO(passwd, MAXSECRETLEN);
1577 strlcpy(passwd, secret, MAXSECRETLEN);
1768 if (len > MAXSECRETLEN) {
1770 len = MAXSECRETLEN;
Dchap-new.c418 unsigned char secret[MAXSECRETLEN]; in chap_verify_response()
446 char secret[MAXSECRETLEN+1]; in chap_respond()
Dpppd.h82 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
297 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
Doptions.c102 char passwd[MAXSECRETLEN]; /* Password for PAP */
Deap.c1729 char secret[MAXSECRETLEN];