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

  /external/ppp/pppd/
chap_ms.h 40 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */
92 u_char *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));
104 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);
chap_ms.c 247 char saresponse[MS_AUTH_RESPONSE_LENGTH+1];
331 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH];
352 auth_response, MS_AUTH_RESPONSE_LENGTH);
375 MS_AUTH_RESPONSE_LENGTH) == 0)) {
389 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH+1];
412 if ((len < MS_AUTH_RESPONSE_LENGTH + 2) ||
420 if (len < MS_AUTH_RESPONSE_LENGTH
427 msg += MS_AUTH_RESPONSE_LENGTH; /* Eat it */
428 len -= MS_AUTH_RESPONSE_LENGTH;
665 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 522 char saresponse[MS_AUTH_RESPONSE_LENGTH+1];

Completed in 80 milliseconds