Lines Matching refs:cert_store
553 HCERTSTORE cert_store = NULL;
652 cert_store = PFXImportCertStore(&datablob, pszPassword,
655 cert_store = PFXImportCertStore(&datablob, pszPassword, 0);
661 if(!cert_store) {
675 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0,
682 CertCloseStore(cert_store, 0);
687 cert_store =
692 if(!cert_store) {
717 CertCloseStore(cert_store, 0);
722 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0,
729 CertCloseStore(cert_store, 0);
733 client_cert_store = cert_store;
2766 if(!mbackend->cert_store) {
2811 return mbackend->cert_store;
2816 HCERTSTORE cert_store)
2864 if(mbackend->cert_store) {
2865 CertCloseStore(mbackend->cert_store, 0);
2871 mbackend->cert_store = cert_store;
2883 if(mbackend->cert_store) {
2884 CertCloseStore(mbackend->cert_store, 0);