HomeSort by relevance Sort by last modified time
    Searched refs:qop_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_auth_handler_digest.cc 164 qop_(QOP_UNSPECIFIED),
200 qop_ = QOP_UNSPECIFIED;
255 qop_ = QOP_UNSPECIFIED;
258 qop_ = QOP_AUTH;
334 if (qop_ != HttpAuthHandlerDigest::QOP_UNSPECIFIED) {
335 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":";
370 if (qop_ != QOP_UNSPECIFIED) {
372 authorization += ", qop=" + QopToString(qop_);
http_auth_handler_digest.h 169 QualityOfProtection qop_; member in class:net::HttpAuthHandlerDigest
http_auth_handler_digest_unittest.cc 362 EXPECT_EQ(tests[i].parsed_qop, digest->qop_);

Completed in 598 milliseconds