HomeSort by relevance Sort by last modified time
    Searched defs:FixedNonceGenerator (Results 1 - 2 of 2) 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 {

Completed in 574 milliseconds