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

  /external/chromium/net/base/
ssl_client_auth_cache.cc 12 SSLClientAuthCache::SSLClientAuthCache() {
16 SSLClientAuthCache::~SSLClientAuthCache() {
20 bool SSLClientAuthCache::Lookup(
33 void SSLClientAuthCache::Add(const std::string& server,
40 void SSLClientAuthCache::Remove(const std::string& server) {
44 void SSLClientAuthCache::OnUserCertAdded(const X509Certificate* cert) {
ssl_client_auth_cache.h 19 // The SSLClientAuthCache class is a simple cache structure to store SSL
26 class SSLClientAuthCache : public CertDatabase::Observer {
28 SSLClientAuthCache();
29 ~SSLClientAuthCache();

Completed in 32 milliseconds