Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap_ms.h38 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
Dchap_ms.c198 unsigned char md[MS_CHAP_RESPONSE_LEN]; in chapms_verify_response()
204 if (response_len != MS_CHAP_RESPONSE_LEN) in chapms_verify_response()
323 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response()
891 BZERO(response, MS_CHAP_RESPONSE_LEN); in ChapMS()
/external/ppp/pppd/plugins/radius/
Dradius.c417 if (response_len != MS_CHAP_RESPONSE_LEN) in radius_chap_verify()
427 cpassword, MS_CHAP_RESPONSE_LEN + 1, VENDOR_MICROSOFT); in radius_chap_verify()
/external/ppp/pppd/plugins/
Dwinbind.c556 if (response_len != MS_CHAP_RESPONSE_LEN) in winbind_chap_verify()