Searched refs:FixedNonceGenerator (Results 1 – 8 of 8) sorted by relevance
58 class NET_EXPORT_PRIVATE FixedNonceGenerator : public NonceGenerator {60 explicit FixedNonceGenerator(const std::string& nonce);62 FixedNonceGenerator(const FixedNonceGenerator&) = delete;63 FixedNonceGenerator& operator=(const FixedNonceGenerator&) = delete;
81 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator( in FixedNonceGenerator() function in net::HttpAuthHandlerDigest::FixedNonceGenerator85 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const { in GenerateNonce()
61 std::make_unique<HttpAuthHandlerDigest::FixedNonceGenerator>( in RespondToChallenge()
13893 std::make_unique<HttpAuthHandlerDigest::FixedNonceGenerator>( in TEST_P()