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

  /external/chromium_org/net/ssl/
client_cert_store.h 16 class NET_EXPORT ClientCertStore {
18 virtual ~ClientCertStore() {}
23 ClientCertStore() {}
26 DISALLOW_COPY_AND_ASSIGN(ClientCertStore);
  /external/chromium/net/socket/
ssl_client_socket_win.cc 343 class ClientCertStore {
345 ClientCertStore() {
349 ~ClientCertStore() {
369 static base::LazyInstance<ClientCertStore> g_client_cert_store(
    [all...]

Completed in 41 milliseconds