Searched refs:MS_CHAP_RESPONSE_LEN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap_ms.h65 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
80 * Use MS_CHAP_RESPONSE_LEN, rather than sizeof(MS_ChapResponse),
H A Dchap_ms.c233 if (response_len != MS_CHAP_RESPONSE_LEN)
355 *response++ = MS_CHAP_RESPONSE_LEN;
H A Dchap.c659 if (remmd_len != MS_CHAP_RESPONSE_LEN)
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dmain.c578 char buf[256]; //MS_CHAP_RESPONSE_LEN + 1];
675 memcpy(&buf[2], remotemd, MS_CHAP_RESPONSE_LEN - 1);
678 buf, MS_CHAP_RESPONSE_LEN + 1);

Completed in 148 milliseconds