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

  /external/syslinux/core/lwip/src/netif/ppp/
chap.h 81 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */
chpms.c 104 /* We use MS_CHAP_RESPONSE_LEN, rather than sizeof(MS_ChapResponse),
390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
391 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
  /external/ppp/pppd/
chap_ms.h 38 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */
chap_ms.c 198 unsigned char md[MS_CHAP_RESPONSE_LEN];
204 if (response_len != MS_CHAP_RESPONSE_LEN)
323 *response++ = MS_CHAP_RESPONSE_LEN;
891 BZERO(response, MS_CHAP_RESPONSE_LEN);
  /external/ppp/pppd/plugins/
winbind.c 556 if (response_len != MS_CHAP_RESPONSE_LEN)
  /external/ppp/pppd/plugins/radius/
radius.c 417 if (response_len != MS_CHAP_RESPONSE_LEN)
427 cpassword, MS_CHAP_RESPONSE_LEN + 1, VENDOR_MICROSOFT);
    [all...]

Completed in 393 milliseconds