HomeSort by relevance Sort by last modified time
    Searched refs:HCERTSTORE (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/cert/
cert_database_win.cc 43 HCERTSTORE cert_db = CertOpenSystemStore(NULL, L"MY");
test_root_certs.h 86 HCERTSTORE temporary_roots() const { return temporary_roots_; }
112 HCERTSTORE temporary_roots_;
test_root_certs_win.cc 29 HCERTSTORE memory_store,
100 HCERTSTORE memory_store,
x509_certificate_win.cc 28 HCERTSTORE,
29 crypto::CAPIDestroyerWithFlags<HCERTSTORE,
76 void AddCertsFromStore(HCERTSTORE store,
106 HCERTSTORE out_store = NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptuiapi.h 20 PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateFromStore(HCERTSTORE hCertStore,HWND hwnd,LPCWSTR pwszTitle,LPCWSTR pwszDisplayString,DWORD dwDontUseColumn,DWORD dwFlags,void *pvReserved);
60 HCERTSTORE *rghCertStore;
100 HCERTSTORE hAdditionalCertStore;
193 HCERTSTORE *rghStores;
219 HCERTSTORE *rghStores;
250 HCERTSTORE hCertStore;
253 HCERTSTORE *rghStores;
291 HCERTSTORE hCertStore
    [all...]
wincrypt.h     [all...]
wintrust.h 116 HCERTSTORE *pahStores;
127 HCERTSTORE *pahStores;
184 typedef WINBOOL (*PFN_CPD_ADD_STORE)(struct _CRYPT_PROVIDER_DATA *pProvData,HCERTSTORE hStore2Add);
230 HCERTSTORE *pahStores;
schannel.h 153 HCERTSTORE hRootStore;
xenroll.h     [all...]
  /external/chromium_org/chrome/app/
signature_validator_win.cc 47 // The traits class for HCERTSTORE handles that can be closed via
51 typedef HCERTSTORE Handle;
54 static bool CloseHandle(HCERTSTORE handle) {
59 static bool IsHandleValid(HCERTSTORE handle) {
174 HCERTSTORE cert_store = NULL;
  /external/chromium_org/net/ssl/
client_cert_store_win.cc 67 void GetClientCertsImpl(HCERTSTORE cert_store,
154 HCERTSTORE my_cert_store = CertOpenSystemStore(NULL, L"MY");
173 HCERTSTORE,
174 crypto::CAPIDestroyerWithFlags<HCERTSTORE,
  /external/chromium_org/chrome/browser/ui/views/
certificate_viewer_win.cc 36 HCERTSTORE cert_store = cert_list->hCertStore;
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 32 HCERTSTORE my_cert_store;
tls_openssl.c 334 HCERTSTORE cs;
480 HCERTSTORE cs;
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 723 HCERTSTORE store = NULL;
    [all...]

Completed in 734 milliseconds