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

  /external/chromium/net/http/
http_auth_handler_digest.h 32 virtual std::string GenerateNonce() const = 0;
42 virtual std::string GenerateNonce() const;
53 virtual std::string GenerateNonce() const;
135 static std::string GenerateNonce();
http_auth_handler_digest.cc 57 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
145 std::string cnonce = nonce_generator_->GenerateNonce();

Completed in 252 milliseconds