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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc840 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2); local
843 ASSERT(strcmp(dig_response.c_str(), DIGEST_RESPONSE) == 0);
857 ss << ", response=\"" << dig_response << "\""; local
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc847 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2); local
850 ASSERT(strcmp(dig_response.c_str(), DIGEST_RESPONSE) == 0);
864 ss << ", response=\"" << dig_response << "\""; local

Completed in 125 milliseconds