HomeSort by relevance Sort by last modified time
    Searched refs:FixedNonceGenerator (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_auth_handler_digest.h 47 // FixedNonceGenerator always uses the same string specified at
49 class FixedNonceGenerator : public NonceGenerator {
51 explicit FixedNonceGenerator(const std::string& nonce);
57 DISALLOW_COPY_AND_ASSIGN(FixedNonceGenerator);
http_auth_handler_digest.cc 68 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator(
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
http_auth_handler_digest_unittest.cc 50 new HttpAuthHandlerDigest::FixedNonceGenerator("client_nonce");
http_network_transaction_unittest.cc     [all...]

Completed in 759 milliseconds