Searched refs:algorithm_ (Results 1 – 3 of 3) sorted by relevance
135 if (algorithm_ == HttpAuthHandlerDigest::ALGORITHM_MD5_SESS) in AssembleResponseDigest()166 if (algorithm_ != ALGORITHM_UNSPECIFIED) { in AssembleCredentials()167 authorization += ", algorithm=" + AlgorithmToString(algorithm_); in AssembleCredentials()215 algorithm_ = ALGORITHM_UNSPECIFIED; in ParseChallenge()262 algorithm_ = ALGORITHM_MD5; in ParseChallengeProperty()264 algorithm_ = ALGORITHM_MD5_SESS; in ParseChallengeProperty()
102 DigestAlgorithm algorithm_; variable
115 EXPECT_EQ(tests[i].parsed_algorithm, digest->algorithm_); in TEST()