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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
95 } while (readgood < MAXSECRETLEN - 1);
/illumos-gate/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);
1474 * Assumes passwd points to MAXSECRETLEN bytes of space (if non-null).
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 */

Completed in 69 milliseconds