Lines Matching refs:n_hStoreHandle
60 HCERTSTORE n_hStoreHandle ; in createSecurityContext() local
67 n_hStoreHandle = CertOpenSystemStore( NULL, n_pCertStore ) ; in createSecurityContext()
68 if( n_hStoreHandle == NULL ) in createSecurityContext()
76 n_hStoreHandle = NULL ; in createSecurityContext()
87 if( n_hStoreHandle != NULL ) in createSecurityContext()
89 CertCloseStore( n_hStoreHandle, CERT_CLOSE_STORE_FORCE_FLAG ) ; in createSecurityContext()
100 if( n_hStoreHandle != NULL ) in createSecurityContext()
102 CertCloseStore( n_hStoreHandle, CERT_CLOSE_STORE_FORCE_FLAG ) ; in createSecurityContext()
112 if( n_hStoreHandle != NULL ) in createSecurityContext()
114 CertCloseStore( n_hStoreHandle, CERT_CLOSE_STORE_FORCE_FLAG ) ; in createSecurityContext()
121 if( n_hStoreHandle != NULL ) in createSecurityContext()
123 pSecEnv->setCryptoSlot( n_hStoreHandle ) ; in createSecurityContext()
124 pSecEnv->setCertDb( n_hStoreHandle ) ; in createSecurityContext()
136 if( n_hStoreHandle != NULL ) in createSecurityContext()
138 CertCloseStore( n_hStoreHandle, CERT_CLOSE_STORE_FORCE_FLAG ) ; in createSecurityContext()
150 if( n_hStoreHandle != NULL ) in createSecurityContext()
152 CertCloseStore( n_hStoreHandle, CERT_CLOSE_STORE_FORCE_FLAG ) ; in createSecurityContext()