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;
1129 DWORD dwFlags, const void *pvPara, HCERTSTORE hCertStore,
1284 DWORD dwCertEncodingType, PCERT_INFO pSignerId, HCERTSTORE hMsgCertStore);
1310 HCERTSTORE *rghCertStore;
3392 HCERTSTORE hRestrictedRoot;
3393 HCERTSTORE hRestrictedTrust;
3394 HCERTSTORE hRestrictedOther;
3396 HCERTSTORE *rghAdditionalStore;
3935 HCERTSTORE WINAPI CertOpenStore(LPCSTR lpszStoreProvider, DWORD dwEncodingType,
3938 HCERTSTORE WINAPI CertOpenSystemStoreA(HCRYPTPROV_LEGACY hProv,
3940 HCERTSTORE WINAPI CertOpenSystemStoreW(HCRYPTPROV_LEGACY hProv,
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,
3965 BOOL WINAPI CertAddStoreToCollection(HCERTSTORE hCollectionStore,
3966 HCERTSTORE hSiblingStore, DWORD dwUpdateFlags, DWORD dwPriority);
3968 void WINAPI CertRemoveStoreFromCollection(HCERTSTORE hCollectionStore,
3969 HCERTSTORE hSiblingStore);
3979 PCCERT_CONTEXT pCertContext, LPFILETIME pTime, HCERTSTORE hAdditionalStore,
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,
4213 DWORD* pdwFormatType, HCERTSTORE* phCertStore, HCRYPTMSG* phMsg,
4350 HCERTSTORE *rghSignerStore, DWORD dwFlags, PCCERT_CONTEXT *ppSigner,
4423 HCERTSTORE WINAPI CryptGetMessageCertificates(DWORD dwMsgAndCertEncodingType,
4447 HCERTSTORE WINAPI PFXImportCertStore(CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword,
4452 BOOL WINAPI PFXExportCertStoreEx(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,
4454 BOOL WINAPI PFXExportCertStore(HCERTSTORE hStore, CRYPT_DATA_BLOB *pPFX,