Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dauth.c392 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()
Dchap.c378 char secret[MAXSECRETLEN]; in ChapReceiveChallenge()
469 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
Dpppd.h67 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
Doptions.c115 char passwd[MAXSECRETLEN]; /* Password for PAP */
/openbsd/src/libexec/login_radius/
Draddauth.c94 #define MAXSECRETLEN 128 /* maximum length of secret */ macro
118 char auth_secret[MAXSECRETLEN+1];
352 u_char md5buf[MAXSECRETLEN+AUTH_VECTOR_LEN], digest[AUTH_VECTOR_LEN], in rad_request()