Home
last modified time | relevance | path

Searched refs:MAXSECRETLEN (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/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()
Dppp_impl.h297 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
Dchap.c428 char secret[MAXSECRETLEN]; in ChapReceiveChallenge()
528 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
/lib/liblwip/src/include/lwip/
Dopt.h1776 #ifndef MAXSECRETLEN
1777 #define MAXSECRETLEN 256 /* max length of password or secret */ macro