Searched refs:CHAP81_CHALLENGE_LEN (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/ppp/ | ||
H A D | chap_ms.h | 42 #define CHAP81_CHALLENGE_LEN 16 macro |
H A D | chap.c | 200 memcpy(digest, peerchallenge + 1, CHAP81_CHALLENGE_LEN); in chap_BuildAnswer() |