Lines Matching refs:HCERTSTORE

53 typedef void *HCERTSTORE;
480 HCERTSTORE hCertStore;
620 HCERTSTORE hCertStore;
745 HCERTSTORE hCertStore;
803 HCERTSTORE *rgCertStore;
804 HCERTSTORE hCrlStore;
824 HCERTSTORE *rghCtlStore;
826 HCERTSTORE *rghSignerStore;
1141 DWORD dwFlags, const void *pvPara, HCERTSTORE hCertStore,
1296 DWORD dwCertEncodingType, PCERT_INFO pSignerId, HCERTSTORE hMsgCertStore);
1322 HCERTSTORE *rghCertStore;
3415 HCERTSTORE hRestrictedRoot;
3416 HCERTSTORE hRestrictedTrust;
3417 HCERTSTORE hRestrictedOther;
3419 HCERTSTORE *rghAdditionalStore;
3424 HCERTSTORE hExclusiveRoot;
3425 HCERTSTORE hExclusiveRootTrustedPeople;
4024 HCERTSTORE WINAPI CertOpenStore(LPCSTR lpszStoreProvider, DWORD dwEncodingType,
4027 HCERTSTORE WINAPI CertOpenSystemStoreA(HCRYPTPROV_LEGACY hProv,
4029 HCERTSTORE WINAPI CertOpenSystemStoreW(HCRYPTPROV_LEGACY hProv,
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,
4057 BOOL WINAPI CertAddStoreToCollection(HCERTSTORE hCollectionStore,
4058 HCERTSTORE hSiblingStore, DWORD dwUpdateFlags, DWORD dwPriority);
4060 void WINAPI CertRemoveStoreFromCollection(HCERTSTORE hCollectionStore,
4061 HCERTSTORE hSiblingStore);
4071 PCCERT_CONTEXT pCertContext, LPFILETIME pTime, HCERTSTORE hAdditionalStore,
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,
4305 DWORD* pdwFormatType, HCERTSTORE* phCertStore, HCRYPTMSG* phMsg,
4442 HCERTSTORE *rghSignerStore, DWORD dwFlags, PCCERT_CONTEXT *ppSigner,
4515 HCERTSTORE WINAPI CryptGetMessageCertificates(DWORD dwMsgAndCertEncodingType,
4539 HCERTSTORE WINAPI PFXImportCertStore(CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword,
4544 BOOL WINAPI PFXExportCertStoreEx(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
4546 BOOL WINAPI PFXExportCertStore(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,