Searched defs: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 {
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.h46 // FixedNonceGenerator always uses the same string specified at
48 class NET_EXPORT_PRIVATE FixedNonceGenerator : public NonceGenerator { class in class:net::HttpAuthHandlerDigest
50 explicit FixedNonceGenerator(const std::string& nonce);
56 DISALLOW_COPY_AND_ASSIGN(FixedNonceGenerator);
H A Dhttp_auth_handler_digest.cc69 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator( function in class:net::HttpAuthHandlerDigest::FixedNonceGenerator
74 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {

Completed in 114 milliseconds