OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_cert_store
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ssl/
client_cert_store_win.cc
154
HCERTSTORE
my_cert_store
= CertOpenSystemStore(NULL, L"MY");
local
155
if (!
my_cert_store
) {
162
GetClientCertsImpl(
my_cert_store
, request, selected_certs);
163
if (!CertCloseStore(
my_cert_store
, CERT_CLOSE_STORE_CHECK_FLAG))
/external/wpa_supplicant_8/src/crypto/
tls_schannel.c
32
HCERTSTORE
my_cert_store
;
member in struct:tls_global
103
if (global->
my_cert_store
)
104
CertCloseStore(global->
my_cert_store
, 0);
695
if (global->
my_cert_store
== NULL &&
696
(global->
my_cert_store
= CertOpenSystemStore(0, TEXT("MY"))) ==
Completed in 2124 milliseconds