Home
last modified time | relevance | path

Searched refs:CHAP81_RESPONSE_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dchap_ms.h37 #define CHAP81_RESPONSE_LEN 49 macro
H A Dchap.c191 if ((result = malloc(1 + nlen + CHAP81_RESPONSE_LEN)) == NULL) in chap_BuildAnswer()
194 memset(result, 0, 1 + nlen + CHAP81_RESPONSE_LEN); in chap_BuildAnswer()
197 *digest++ = CHAP81_RESPONSE_LEN; /* value size */ in chap_BuildAnswer()
228 memcpy(digest + CHAP81_RESPONSE_LEN, name, nlen); in chap_BuildAnswer()