Searched refs:nonce_count_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache.h59 return ++nonce_count_;
96 int nonce_count_; member in class:net::HttpAuthCache::Entry
H A Dhttp_auth_cache.cc175 entry->nonce_count_ = 1;
188 nonce_count_ = 1;
193 nonce_count_(0) {
281 entry->nonce_count_ = it->nonce_count_;
H A Dhttp_auth_handler_digest.h173 int nonce_count_; member in class:net::HttpAuthHandlerDigest
H A Dhttp_auth_handler_digest.cc154 cnonce, nonce_count_);
163 nonce_count_(nonce_count),

Completed in 418 milliseconds