Lines Matching defs:hCertStore

480     HCERTSTORE hCertStore;
620 HCERTSTORE hCertStore;
745 HCERTSTORE hCertStore;
1129 DWORD dwFlags, const void *pvPara, HCERTSTORE hCertStore,
3944 PCCERT_CONTEXT WINAPI CertEnumCertificatesInStore(HCERTSTORE hCertStore,
3947 PCCRL_CONTEXT WINAPI CertEnumCRLsInStore(HCERTSTORE hCertStore,
3950 PCCTL_CONTEXT WINAPI CertEnumCTLsInStore(HCERTSTORE hCertStore,
3962 BOOL WINAPI CertSaveStore(HCERTSTORE hCertStore, DWORD dwMsgAndCertEncodingType,
3988 PCCERT_CHAIN_CONTEXT WINAPI CertFindChainInStore(HCERTSTORE hCertStore,
4027 BOOL WINAPI CertGetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId,
4030 BOOL WINAPI CertSetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId,
4033 BOOL WINAPI CertControlStore(HCERTSTORE hCertStore, DWORD dwFlags,
4036 HCERTSTORE WINAPI CertDuplicateStore(HCERTSTORE hCertStore);
4038 BOOL WINAPI CertCloseStore( HCERTSTORE hCertStore, DWORD dwFlags );
4046 BOOL WINAPI CertAddCertificateContextToStore(HCERTSTORE hCertStore,
4050 BOOL WINAPI CertAddCRLContextToStore( HCERTSTORE hCertStore,
4054 BOOL WINAPI CertAddCTLContextToStore( HCERTSTORE hCertStore,
4058 BOOL WINAPI CertAddCertificateLinkToStore(HCERTSTORE hCertStore,
4062 BOOL WINAPI CertAddCRLLinkToStore(HCERTSTORE hCertStore,
4066 BOOL WINAPI CertAddCTLLinkToStore(HCERTSTORE hCertStore,
4070 BOOL WINAPI CertAddEncodedCertificateToStore(HCERTSTORE hCertStore,
4081 BOOL WINAPI CertAddEncodedCRLToStore(HCERTSTORE hCertStore,
4085 BOOL WINAPI CertAddEncodedCTLToStore(HCERTSTORE hCertStore,
4089 BOOL WINAPI CertAddSerializedElementToStore(HCERTSTORE hCertStore,
4136 PCCERT_CONTEXT WINAPI CertFindCertificateInStore( HCERTSTORE hCertStore,
4140 PCCRL_CONTEXT WINAPI CertFindCRLInStore(HCERTSTORE hCertStore,
4144 PCCTL_CONTEXT WINAPI CertFindCTLInStore(HCERTSTORE hCertStore,
4148 PCCERT_CONTEXT WINAPI CertGetIssuerCertificateFromStore(HCERTSTORE hCertStore,
4152 PCCERT_CONTEXT WINAPI CertGetSubjectCertificateFromStore(HCERTSTORE hCertStore,
4155 PCCRL_CONTEXT WINAPI CertGetCRLFromStore(HCERTSTORE hCertStore,