Lines Matching defs:hCertStore

480     HCERTSTORE hCertStore;
620 HCERTSTORE hCertStore;
745 HCERTSTORE hCertStore;
1141 DWORD dwFlags, const void *pvPara, HCERTSTORE hCertStore,
4033 PCCERT_CONTEXT WINAPI CertEnumCertificatesInStore(HCERTSTORE hCertStore,
4036 PCCRL_CONTEXT WINAPI CertEnumCRLsInStore(HCERTSTORE hCertStore,
4039 PCCTL_CONTEXT WINAPI CertEnumCTLsInStore(HCERTSTORE hCertStore,
4054 BOOL WINAPI CertSaveStore(HCERTSTORE hCertStore, DWORD dwMsgAndCertEncodingType,
4080 PCCERT_CHAIN_CONTEXT WINAPI CertFindChainInStore(HCERTSTORE hCertStore,
4119 BOOL WINAPI CertGetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId,
4122 BOOL WINAPI CertSetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId,
4125 BOOL WINAPI CertControlStore(HCERTSTORE hCertStore, DWORD dwFlags,
4128 HCERTSTORE WINAPI CertDuplicateStore(HCERTSTORE hCertStore);
4130 BOOL WINAPI CertCloseStore( HCERTSTORE hCertStore, DWORD dwFlags );
4138 BOOL WINAPI CertAddCertificateContextToStore(HCERTSTORE hCertStore,
4142 BOOL WINAPI CertAddCRLContextToStore( HCERTSTORE hCertStore,
4146 BOOL WINAPI CertAddCTLContextToStore( HCERTSTORE hCertStore,
4150 BOOL WINAPI CertAddCertificateLinkToStore(HCERTSTORE hCertStore,
4154 BOOL WINAPI CertAddCRLLinkToStore(HCERTSTORE hCertStore,
4158 BOOL WINAPI CertAddCTLLinkToStore(HCERTSTORE hCertStore,
4162 BOOL WINAPI CertAddEncodedCertificateToStore(HCERTSTORE hCertStore,
4173 BOOL WINAPI CertAddEncodedCRLToStore(HCERTSTORE hCertStore,
4177 BOOL WINAPI CertAddEncodedCTLToStore(HCERTSTORE hCertStore,
4181 BOOL WINAPI CertAddSerializedElementToStore(HCERTSTORE hCertStore,
4228 PCCERT_CONTEXT WINAPI CertFindCertificateInStore( HCERTSTORE hCertStore,
4232 PCCRL_CONTEXT WINAPI CertFindCRLInStore(HCERTSTORE hCertStore,
4236 PCCTL_CONTEXT WINAPI CertFindCTLInStore(HCERTSTORE hCertStore,
4240 PCCERT_CONTEXT WINAPI CertGetIssuerCertificateFromStore(HCERTSTORE hCertStore,
4244 PCCERT_CONTEXT WINAPI CertGetSubjectCertificateFromStore(HCERTSTORE hCertStore,
4247 PCCRL_CONTEXT WINAPI CertGetCRLFromStore(HCERTSTORE hCertStore,