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

  /external/chromium_org/net/http/
http_auth_handler_digest.h 46 // FixedNonceGenerator always uses the same string specified at
48 class NET_EXPORT_PRIVATE FixedNonceGenerator : public NonceGenerator {
50 explicit FixedNonceGenerator(const std::string& nonce);
56 DISALLOW_COPY_AND_ASSIGN(FixedNonceGenerator);
http_auth_handler_digest.cc 71 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator(
76 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {

Completed in 157 milliseconds