Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds