Searched refs:authResponse (Results 1 – 3 of 3) sorted by relevance
81 String authResponse = authString.toString(); in scrapeAuthenticationType() local82 authType = authResponse.substring( 0, authResponse.indexOf( " " ) ).trim(); in scrapeAuthenticationType()
665 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) in GenerateAuthenticatorResponse()703 sprintf((char *)&authResponse[i * 2], "%02X", Digest[i]); in GenerateAuthenticatorResponse()712 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) in GenerateAuthenticatorResponsePlain()725 rchallenge, username, authResponse); in GenerateAuthenticatorResponsePlain()924 u_char authResponse[], int authenticator) in ChapMS2() argument948 rchallenge, user, authResponse); in ChapMS2()
104 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);