Home
last modified time | relevance | path

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.c89 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood); in promptpass()
100 } while (readgood < MAXSECRETLEN - 1); in promptpass()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c272 NULL, MAXSECRETLEN },
325 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
745 BZERO(passwd, MAXSECRETLEN);
771 BZERO(passwd, MAXSECRETLEN);
1499 (void) strlcpy(passwd, secret, MAXSECRETLEN);
1651 if (len > MAXSECRETLEN) {
1653 len = MAXSECRETLEN;
H A Dpppd.h75 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
258 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
H A Dchap.c430 char secret[MAXSECRETLEN];
570 char secret[MAXSECRETLEN];
H A Dupap.c598 pwlen = strllen(passwd, MAXSECRETLEN);
H A Doptions.c91 char passwd[MAXSECRETLEN]; /* Password for PAP */