Searched refs:dig_response (Results 1 – 1 of 1) sorted by relevance
838 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2); in HttpAuthenticate() local841 ASSERT(strcmp(dig_response.c_str(), DIGEST_RESPONSE) == 0); in HttpAuthenticate()855 ss << ", response=\"" << dig_response << "\""; in HttpAuthenticate()