Searched defs:my_cert_store (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/ssl/
H A Dclient_cert_store_win.cc154 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/hostapd/src/crypto/
H A Dtls_schannel.c32 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"))) ==
/external/wpa_supplicant_8/src/crypto/
H A Dtls_schannel.c32 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"))) ==
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_schannel.c32 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 645 milliseconds