Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap_ms.c246 unsigned char md[MS_CHAP2_RESPONSE_LEN]; in chapms2_verify_response()
252 if (response_len != MS_CHAP2_RESPONSE_LEN) in chapms2_verify_response()
330 unsigned char response[MS_CHAP2_RESPONSE_LEN];
350 MS_CHAP2_RESPONSE_LEN); in chapms2_add_to_response_cache()
392 *response++ = MS_CHAP2_RESPONSE_LEN; in chapms2_make_response()
395 memcpy(response, cache_entry->response, MS_CHAP2_RESPONSE_LEN); in chapms2_make_response()
930 BZERO(response, MS_CHAP2_RESPONSE_LEN); in ChapMS2()
Dchap_ms.h39 #define MS_CHAP2_RESPONSE_LEN 49 /* Response length for MS-CHAPv2 */ macro
/external/ppp/pppd/plugins/radius/
Dradius.c436 if (response_len != MS_CHAP2_RESPONSE_LEN) in radius_chap_verify()
447 cpassword, MS_CHAP2_RESPONSE_LEN + 1, VENDOR_MICROSOFT); in radius_chap_verify()
/external/ppp/pppd/plugins/
Dwinbind.c607 if (response_len != MS_CHAP2_RESPONSE_LEN) in winbind_chap_verify()