Searched refs:FixedNonceGenerator (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler_digest.h47 // FixedNonceGenerator always uses the same string specified at
49 class FixedNonceGenerator : public NonceGenerator { class in class:net::HttpAuthHandlerDigest
51 explicit FixedNonceGenerator(const std::string& nonce);
57 DISALLOW_COPY_AND_ASSIGN(FixedNonceGenerator);
H A Dhttp_auth_handler_digest.cc68 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator( function in class:net::HttpAuthHandlerDigest::FixedNonceGenerator
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
H A Dhttp_auth_handler_digest_unittest.cc50 new HttpAuthHandlerDigest::FixedNonceGenerator("client_nonce");
H A Dhttp_network_transaction_unittest.cc4152 HttpAuthHandlerDigest::FixedNonceGenerator* nonce_generator =
4153 new HttpAuthHandlerDigest::FixedNonceGenerator("0123456789abcdef");

Completed in 83 milliseconds