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

  /external/chromium_org/net/ssl/
client_cert_store_nss.h 21 class NET_EXPORT ClientCertStoreNSS : public ClientCertStore {
26 explicit ClientCertStoreNSS(
28 virtual ~ClientCertStoreNSS();
51 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreNSS);
client_cert_store_nss.cc 104 ClientCertStoreNSS::ClientCertStoreNSS(
108 ClientCertStoreNSS::~ClientCertStoreNSS() {}
110 void ClientCertStoreNSS::GetClientCerts(const SSLCertRequestInfo& request,
131 bool ClientCertStoreNSS::SelectClientCertsForTesting(

Completed in 30 milliseconds