Home
last modified time | relevance | path

Searched refs:dstore (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/engines/
H A De_capi.c1848 HCERTSTORE dstore; in cert_select_dialog() local
1858 dstore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0, in cert_select_dialog()
1860 if (!dstore) { in cert_select_dialog()
1870 if (!CertAddCertificateContextToStore(dstore, key->pcert, in cert_select_dialog()
1884 cert = ctx->certselectdlg(dstore, hwnd, dlg_title, dlg_prompt, in cert_select_dialog()
1902 if (dstore) in cert_select_dialog()
1903 CertCloseStore(dstore, 0); in cert_select_dialog()