Home
last modified time | relevance | path

Searched refs:CHAPCHALLENGELEN (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/usr.sbin/ppp/
HDchap.h51 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */
52 u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */
HDdefs.h61 #define CHAPCHALLENGELEN 48 /* Maximum chap challenge */ macro
HDchap.c515 *cp++ = random() % (CHAPCHALLENGELEN-16) + 16; in chap_ChallengeInit()