Searched refs:MAXSECRETLEN (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood); in promptpass() 95 } while (readgood < MAXSECRETLEN - 1); in promptpass()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 279 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 D | pppd.h | 75 #define MAXSECRETLEN 256 /* max length of password or secret */ macro 251 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
|
H A D | chap.c | 440 char secret[MAXSECRETLEN]; 580 char secret[MAXSECRETLEN];
|
H A D | upap.c | 605 pwlen = strllen(passwd, MAXSECRETLEN);
|
H A D | options.c | 97 char passwd[MAXSECRETLEN]; /* Password for PAP */
|