Searched refs:MAXSECRETLEN (Results 1 – 5 of 5) sorted by relevance
392 EXPLICIT_BZERO(passwd, MAXSECRETLEN); in auth_withpeer_fail()414 EXPLICIT_BZERO(passwd, MAXSECRETLEN); in auth_withpeer_success()838 strlcpy(passwd, secret, MAXSECRETLEN); in get_pap_passwd()940 if (len > MAXSECRETLEN) { in get_secret()942 len = MAXSECRETLEN; in get_secret()
378 char secret[MAXSECRETLEN]; in ChapReceiveChallenge()469 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
67 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
115 char passwd[MAXSECRETLEN]; /* Password for PAP */
94 #define MAXSECRETLEN 128 /* maximum length of secret */ macro118 char auth_secret[MAXSECRETLEN+1];352 u_char md5buf[MAXSECRETLEN+AUTH_VECTOR_LEN], digest[AUTH_VECTOR_LEN], in rad_request()