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 */
73 * Use MS_CHAP2_RESPONSE_LEN, rather than sizeof(MS_Chap2Response),
chap_ms.c 255 if (response_len != MS_CHAP2_RESPONSE_LEN)
337 *response++ = MS_CHAP2_RESPONSE_LEN;
  /external/ppp/pppd/plugins/
winbind.c 618 if (response_len != MS_CHAP2_RESPONSE_LEN)
  /external/ppp/pppd/plugins/radius/
radius.c 439 if (response_len != MS_CHAP2_RESPONSE_LEN)
454 cpassword, MS_CHAP2_RESPONSE_LEN + 1, VENDOR_MICROSOFT);
    [all...]

Completed in 309 milliseconds