Searched refs:base64_param (Results 1 – 7 of 7) sorted by relevance
30 std::string encoded_auth_token = challenge->base64_param(); in ParseFirstRoundChallenge()45 *encoded_token = challenge->base64_param(); in ParseLaterRoundChallenge()
16 tokenizer.base64_param(); in LLVMFuzzerTestOneInput()
42 std::string base64_param() const;
30 std::string HttpAuthChallengeTokenizer::base64_param() const { in base64_param() function in net::HttpAuthChallengeTokenizer
112 if (!is_connection_based() || challenge->base64_param().empty()) { in HandleAnotherChallengeImpl()
82 return base::Base64Decode(tokenizer.base64_param(), decoded); in DecodeChallenge()
174 EXPECT_EQ(std::string("SGVsbG8sIFdvcmxkCg=="), challenge.base64_param()); in TEST()