Home
last modified time | relevance | path

Searched refs:MAXSECRETLEN (Results 1 – 11 of 11) 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/syslinux/core/lwip/src/netif/ppp/
Dauth.c273 NULL, MAXSECRETLEN },
306 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){
635 BZERO(ppp_settings.passwd, MAXSECRETLEN); in auth_withpeer_fail()
662 BZERO(ppp_settings.passwd, MAXSECRETLEN); in auth_withpeer_success()
1091 if (len > MAXSECRETLEN) { in get_secret()
1093 len = MAXSECRETLEN; in get_secret()
1118 if (len > MAXSECRETLEN) { in get_secret()
1120 len = MAXSECRETLEN; in get_secret()
Dchap.c428 char secret[MAXSECRETLEN]; in ChapReceiveChallenge()
528 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
Dppp.h333 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
/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];
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1721 #ifndef MAXSECRETLEN
1722 #define MAXSECRETLEN 256 /* max length of password or secret */ macro