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

  /external/ppp/pppd/
chap_ms.h 38 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */
63 * Use MS_CHAP_RESPONSE_LEN, rather than sizeof(MS_ChapResponse),
chap_ms.c 205 if (response_len != MS_CHAP_RESPONSE_LEN)
327 *response++ = MS_CHAP_RESPONSE_LEN;
  /external/ppp/pppd/plugins/
winbind.c 563 if (response_len != MS_CHAP_RESPONSE_LEN)
  /external/ppp/pppd/plugins/radius/
radius.c 416 if (response_len != MS_CHAP_RESPONSE_LEN)
429 cpassword, MS_CHAP_RESPONSE_LEN + 1, VENDOR_MICROSOFT);
    [all...]

Completed in 38 milliseconds