Searched refs:algorithm_ (Results 1 – 3 of 3) sorted by relevance
163 algorithm_(ALGORITHM_UNSPECIFIED), in HttpAuthHandlerDigest()199 algorithm_ = ALGORITHM_UNSPECIFIED; in ParseChallenge()244 algorithm_ = ALGORITHM_MD5; in ParseChallengeProperty()246 algorithm_ = ALGORITHM_MD5_SESS; in ParseChallengeProperty()326 if (algorithm_ == HttpAuthHandlerDigest::ALGORITHM_MD5_SESS) in AssembleResponseDigest()358 if (algorithm_ != ALGORITHM_UNSPECIFIED) { in AssembleCredentials()359 authorization += ", algorithm=" + AlgorithmToString(algorithm_); in AssembleCredentials()
168 DigestAlgorithm algorithm_; variable
361 EXPECT_EQ(tests[i].parsed_algorithm, digest->algorithm_); in TEST()