Searched refs:MS_CHAP2_RESPONSE_LEN (Results 1 – 4 of 4) sorted by relevance
246 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()
39 #define MS_CHAP2_RESPONSE_LEN 49 /* Response length for MS-CHAPv2 */ macro
607 if (response_len != MS_CHAP2_RESPONSE_LEN) in winbind_chap_verify()
436 if (response_len != MS_CHAP2_RESPONSE_LEN) in radius_chap_verify()447 cpassword, MS_CHAP2_RESPONSE_LEN + 1, VENDOR_MICROSOFT); in radius_chap_verify()