Lines Matching refs:hstore
122 HCERTSTORE hstore);
1415 HCERTSTORE hstore;
1423 hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0,
1425 if (!hstore) {
1429 return hstore;
1437 HCERTSTORE hstore;
1445 hstore = capi_open_store(ctx, storename);
1446 if (!hstore)
1449 cert = capi_find_cert(ctx, id, hstore);
1458 cert = CertEnumCertificatesInStore(hstore, cert);
1466 CertCloseStore(hstore, 0);
1471 HCERTSTORE hstore)
1478 return CertFindCertificateInStore(hstore, X509_ASN_ENCODING, 0,
1482 cert = CertEnumCertificatesInStore(hstore, cert);
1570 HCERTSTORE hstore;
1576 hstore = capi_open_store(ctx, NULL);
1577 if (!hstore)
1579 cert = capi_find_cert(ctx, id, hstore);
1584 CertCloseStore(hstore, 0);
1725 HCERTSTORE hstore;
1738 hstore = capi_open_store(ctx, storename);
1739 if (!hstore)
1743 cert = CertEnumCertificatesInStore(hstore, cert);
1778 if (hstore)
1779 CertCloseStore(hstore, 0);