HomeSort by relevance Sort by last modified time
    Searched refs:MS_CHAP2_RESPONSE_LEN (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
chap_ms.h 39 #define MS_CHAP2_RESPONSE_LEN 49 /* Response length for MS-CHAPv2 */
chap_ms.c 246 unsigned char md[MS_CHAP2_RESPONSE_LEN];
252 if (response_len != MS_CHAP2_RESPONSE_LEN)
330 unsigned char response[MS_CHAP2_RESPONSE_LEN];
350 MS_CHAP2_RESPONSE_LEN);
392 *response++ = MS_CHAP2_RESPONSE_LEN;
395 memcpy(response, cache_entry->response, MS_CHAP2_RESPONSE_LEN);
930 BZERO(response, MS_CHAP2_RESPONSE_LEN);
  /external/ppp/pppd/plugins/
winbind.c 607 if (response_len != MS_CHAP2_RESPONSE_LEN)
  /external/ppp/pppd/plugins/radius/
radius.c 436 if (response_len != MS_CHAP2_RESPONSE_LEN)
447 cpassword, MS_CHAP2_RESPONSE_LEN + 1, VENDOR_MICROSOFT);
    [all...]

Completed in 159 milliseconds