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

/freebsd-11-stable/usr.sbin/ppp/
H A Dchap.h53 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */
54 u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */
H A Ddefs.h63 #define CHAPCHALLENGELEN 48 /* Maximum chap challenge */ macro
H A Dchap.c517 *cp++ = random() % (CHAPCHALLENGELEN-16) + 16;

Completed in 112 milliseconds