Searched refs:hstore (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c114 HCERTSTORE hstore);
1263 HCERTSTORE hstore; local
1271 hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0,
1273 if (!hstore) {
1277 return hstore;
1285 HCERTSTORE hstore; local
1293 hstore = capi_open_store(ctx, storename);
1294 if (!hstore)
1297 cert = capi_find_cert(ctx, id, hstore);
1307 cert = CertEnumCertificatesInStore(hstore, cer
1319 capi_find_cert(CAPI_CTX * ctx, const char *id, HCERTSTORE hstore) argument
1410 HCERTSTORE hstore; local
1546 HCERTSTORE hstore; local
[all...]

Completed in 59 milliseconds