Searched refs:opaque_ (Results 1 – 3 of 3) sorted by relevance
201 realm_ = nonce_ = domain_ = opaque_ = std::string(); in ParseChallenge()237 opaque_ = value; in ParseChallengeProperty()367 if (!opaque_.empty()) { in AssembleCredentials()368 authorization += ", opaque=" + HttpUtil::Quote(opaque_); in AssembleCredentials()
166 std::string opaque_; variable
359 EXPECT_STREQ(tests[i].parsed_opaque, digest->opaque_.c_str()); in TEST()