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

/freebsd-10.3-release/crypto/openssl/engines/
H A De_capi.c136 HCERTSTORE hstore);
1286 HCERTSTORE hstore; local
1294 hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0,
1296 if (!hstore) {
1300 return hstore;
1308 HCERTSTORE hstore; local
1316 hstore = capi_open_store(ctx, storename);
1317 if (!hstore)
1320 cert = capi_find_cert(ctx, id, hstore);
1330 cert = CertEnumCertificatesInStore(hstore, cer
1342 capi_find_cert(CAPI_CTX * ctx, const char *id, HCERTSTORE hstore) argument
1433 HCERTSTORE hstore; local
1569 HCERTSTORE hstore; local
[all...]

Completed in 167 milliseconds