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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dchap.h51 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */
52 u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */
H A Ddefs.h61 #define CHAPCHALLENGELEN 48 /* Maximum chap challenge */ macro
H A Dchap.c515 *cp++ = random() % (CHAPCHALLENGELEN-16) + 16;

Completed in 49 milliseconds