Searched refs:MAXSECRETLEN (Results 1 – 4 of 4) sorted by relevance
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()
297 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
428 char secret[MAXSECRETLEN]; in ChapReceiveChallenge()528 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
1776 #ifndef MAXSECRETLEN1777 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
Completed in 8 milliseconds