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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dchap.h48 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
H A Dchap_ms.c65 /* We use MS_CHAP_RESPONSE_LEN, rather than sizeof(MS_ChapResponse),
308 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
309 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.h38 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
H A Dchap_ms.c194 unsigned char md[MS_CHAP_RESPONSE_LEN];
200 if (response_len != MS_CHAP_RESPONSE_LEN)
319 *response++ = MS_CHAP_RESPONSE_LEN;
817 BZERO(response, MS_CHAP_RESPONSE_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c556 if (response_len != MS_CHAP_RESPONSE_LEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c415 if (response_len != MS_CHAP_RESPONSE_LEN)
425 cpassword, MS_CHAP_RESPONSE_LEN + 1, VENDOR_MICROSOFT);

Completed in 129 milliseconds