Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood); in promptpass()
95 } while (readgood < MAXSECRETLEN - 1); in promptpass()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c279 NULL, MAXSECRETLEN },
332 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
752 BZERO(passwd, MAXSECRETLEN);
778 BZERO(passwd, MAXSECRETLEN);
1506 (void) strlcpy(passwd, secret, MAXSECRETLEN);
1658 if (len > MAXSECRETLEN) {
1660 len = MAXSECRETLEN;
H A Dpppd.h75 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
251 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
H A Dchap.c440 char secret[MAXSECRETLEN];
580 char secret[MAXSECRETLEN];
H A Dupap.c605 pwlen = strllen(passwd, MAXSECRETLEN);
H A Doptions.c97 char passwd[MAXSECRETLEN]; /* Password for PAP */