Searched refs:MS_AUTH_RESPONSE_LENGTH (Results 1 – 3 of 3) sorted by relevance
40 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */ macro105 MS_Chap2Response *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int));117 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);
250 char saresponse[MS_AUTH_RESPONSE_LENGTH+1]; in chapms2_verify_response()352 if ((len < MS_AUTH_RESPONSE_LENGTH + 2) || in chapms2_check_success()360 if (len < MS_AUTH_RESPONSE_LENGTH in chapms2_check_success()361 || memcmp(msg, private, MS_AUTH_RESPONSE_LENGTH)) { in chapms2_check_success()367 msg += MS_AUTH_RESPONSE_LENGTH; /* Eat it */ in chapms2_check_success()368 len -= MS_AUTH_RESPONSE_LENGTH; in chapms2_check_success()600 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) in GenerateAuthenticatorResponse()637 for (i = 0; i < MAX((MS_AUTH_RESPONSE_LENGTH / 2), sizeof(Digest)); i++) in GenerateAuthenticatorResponse()647 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) in GenerateAuthenticatorResponsePlain()
528 char saresponse[MS_AUTH_RESPONSE_LENGTH+1]; in winbind_chap_verify()