Searched refs:MAXSECRETLEN (Results 1 – 11 of 11) sorted by relevance
/external/ppp/pppd/plugins/ |
D | passwordfd.c | 20 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()
|
D | passprompt.c | 73 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/ |
D | auth.c | 273 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()
|
D | chap.c | 428 char secret[MAXSECRETLEN]; in ChapReceiveChallenge() 528 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
|
D | ppp.h | 333 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
|
/external/ppp/pppd/ |
D | auth.c | 371 &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;
|
D | chap-new.c | 418 unsigned char secret[MAXSECRETLEN]; in chap_verify_response() 446 char secret[MAXSECRETLEN+1]; in chap_respond()
|
D | pppd.h | 82 #define MAXSECRETLEN 256 /* max length of password or secret */ macro 297 extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */
|
D | options.c | 102 char passwd[MAXSECRETLEN]; /* Password for PAP */
|
D | eap.c | 1729 char secret[MAXSECRETLEN];
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1721 #ifndef MAXSECRETLEN 1722 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
|