Home
last modified time | relevance | path

Searched refs:MS_AUTH_RESPONSE_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dchap_ms.h40 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */ macro
92 u_char *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));
104 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);
Dchap_ms.c247 char saresponse[MS_AUTH_RESPONSE_LENGTH+1]; in chapms2_verify_response()
331 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH];
352 auth_response, MS_AUTH_RESPONSE_LENGTH); in chapms2_add_to_response_cache()
375 MS_AUTH_RESPONSE_LENGTH) == 0)) { in chapms2_find_in_response_cache()
389 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH+1]; in chapms2_make_response()
412 if ((len < MS_AUTH_RESPONSE_LENGTH + 2) || in chapms2_check_success()
420 if (len < MS_AUTH_RESPONSE_LENGTH in chapms2_check_success()
427 msg += MS_AUTH_RESPONSE_LENGTH; /* Eat it */ in chapms2_check_success()
428 len -= MS_AUTH_RESPONSE_LENGTH; in chapms2_check_success()
665 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) in GenerateAuthenticatorResponse()
[all …]
/external/ppp/pppd/plugins/
Dwinbind.c522 char saresponse[MS_AUTH_RESPONSE_LENGTH+1]; in winbind_chap_verify()