Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c122 HCERTSTORE hstore);
1415 HCERTSTORE hstore; in capi_open_store() local
1423 hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0, in capi_open_store()
1425 if (!hstore) { in capi_open_store()
1429 return hstore; in capi_open_store()
1437 HCERTSTORE hstore; in capi_list_certs() local
1445 hstore = capi_open_store(ctx, storename); in capi_list_certs()
1446 if (!hstore) in capi_list_certs()
1449 cert = capi_find_cert(ctx, id, hstore); in capi_list_certs()
1458 cert = CertEnumCertificatesInStore(hstore, cer in capi_list_certs()
1470 capi_find_cert(CAPI_CTX *ctx, const char *id, HCERTSTORE hstore) capi_find_cert() argument
1570 HCERTSTORE hstore; capi_find_key() local
1725 HCERTSTORE hstore; capi_load_ssl_client_cert() local
[all...]
/third_party/openssl/engines/
H A De_capi.c122 HCERTSTORE hstore);
1415 HCERTSTORE hstore; in capi_open_store() local
1423 hstore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, 0, in capi_open_store()
1425 if (!hstore) { in capi_open_store()
1429 return hstore; in capi_open_store()
1437 HCERTSTORE hstore; in capi_list_certs() local
1445 hstore = capi_open_store(ctx, storename); in capi_list_certs()
1446 if (!hstore) in capi_list_certs()
1449 cert = capi_find_cert(ctx, id, hstore); in capi_list_certs()
1458 cert = CertEnumCertificatesInStore(hstore, cer in capi_list_certs()
1470 capi_find_cert(CAPI_CTX *ctx, const char *id, HCERTSTORE hstore) capi_find_cert() argument
1570 HCERTSTORE hstore; capi_find_key() local
1725 HCERTSTORE hstore; capi_load_ssl_client_cert() local
[all...]

Completed in 5 milliseconds