Searched defs:client_cert_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc14 #include "net/ssl/client_cert_store.h"
21 scoped_ptr<net::ClientCertStore> client_cert_store,
28 client_cert_store_(client_cert_store.Pass()) {
20 SSLClientAuthHandler( scoped_ptr<net::ClientCertStore> client_cert_store, net::URLRequest* request, net::SSLCertRequestInfo* cert_request_info) argument
/external/chromium_org/remoting/host/
H A Dtoken_validator_base.cc21 #include "net/ssl/client_cert_store.h"
115 net::ClientCertStore* client_cert_store; local
117 client_cert_store = new net::ClientCertStoreNSS(
120 client_cert_store = new net::ClientCertStoreWin();
122 client_cert_store = new net::ClientCertStoreMac();
125 client_cert_store = NULL;
130 // and client_cert_store to stay alive until the callback is called. So we
133 client_cert_store->GetClientCerts(
137 base::Owned(client_cert_store)));

Completed in 100 milliseconds