Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc838 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2); in HttpAuthenticate() local
841 ASSERT(strcmp(dig_response.c_str(), DIGEST_RESPONSE) == 0); in HttpAuthenticate()
855 ss << ", response=\"" << dig_response << "\""; in HttpAuthenticate()