OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_cert_store
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
token_validator_base.cc
21
#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
)));
/external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.h
34
SSLClientAuthHandler(scoped_ptr<net::ClientCertStore>
client_cert_store
,
ssl_client_auth_handler.cc
14
#include "net/ssl/
client_cert_store
.h"
21
scoped_ptr<net::ClientCertStore>
client_cert_store
,
28
client_cert_store_(
client_cert_store
.Pass()) {
Completed in 40 milliseconds