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

  /external/chromium/net/http/
http_auth_handler_digest.cc 48 HttpAuthHandlerDigest::NonceGenerator::NonceGenerator() {
51 HttpAuthHandlerDigest::NonceGenerator::~NonceGenerator() {
54 HttpAuthHandlerDigest::DynamicNonceGenerator::DynamicNonceGenerator() {
57 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
68 HttpAuthHandlerDigest::FixedNonceGenerator::FixedNonceGenerator(
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
77 HttpAuthHandlerDigest::Factory::Factory()
81 HttpAuthHandlerDigest::Factory::~Factory() {
84 void HttpAuthHandlerDigest::Factory::set_nonce_generator(
89 int HttpAuthHandlerDigest::Factory::CreateAuthHandler
    [all...]
http_auth_handler_digest.h 21 class HttpAuthHandlerDigest : public HttpAuthHandler {
123 HttpAuthHandlerDigest(int nonce_count, const NonceGenerator* nonce_generator);
124 ~HttpAuthHandlerDigest();

Completed in 100 milliseconds