Searched refs:CertEnumCRLsInStore (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/cryptui/ |
H A D | cryptui.c | 559 crl = CertEnumCRLsInStore(store, crl); in test_crypt_ui_wiz_import() 595 crl = CertEnumCRLsInStore(store, crl); in test_crypt_ui_wiz_import() 635 crl = CertEnumCRLsInStore(store, crl); in test_crypt_ui_wiz_import()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | store.c | 1687 crl = CertEnumCRLsInStore(store, NULL); in testFileNameStore() 1708 crl = CertEnumCRLsInStore(store, NULL); in testFileNameStore() 1729 crl = CertEnumCRLsInStore(store, NULL); in testFileNameStore() 1731 crl = CertEnumCRLsInStore(store, crl); in testFileNameStore() 1790 crl = CertEnumCRLsInStore(store, NULL); in testFileNameStore() 1811 crl = CertEnumCRLsInStore(store, NULL); in testFileNameStore() 1904 crl = CertEnumCRLsInStore(store, crl); in testMessageStore() 2011 crl = CertEnumCRLsInStore(store, NULL); in testSerializedStore() 2030 crl = CertEnumCRLsInStore(store, NULL); in testSerializedStore() 2033 crl = CertEnumCRLsInStore(store, crl); in testSerializedStore() [all …]
|
/reactos/dll/win32/crypt32/ |
H A D | serialize.c | 734 crl = CertEnumCRLsInStore(store, crl); in CRYPT_SavePKCSToMem() 752 crl = CertEnumCRLsInStore(store, crl); in CRYPT_SavePKCSToMem()
|
H A D | crypt32.spec | 35 @ stdcall CertEnumCRLsInStore(ptr ptr)
|
H A D | store.c | 60 (EnumContextsInStoreFunc)CertEnumCRLsInStore, 1101 PCCRL_CONTEXT WINAPI CertEnumCRLsInStore(HCERTSTORE hCertStore, PCCRL_CONTEXT pPrev) in CertEnumCRLsInStore() function
|
H A D | crl.c | 322 ret = CertEnumCRLsInStore(hCertStore, ret); in CertFindCRLInStore()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 4739 if (ret && (crl = CertEnumCRLsInStore(store, NULL))) in check_store_context_type() 4776 crl = CertEnumCRLsInStore(source, crl); in import_store()
|
/reactos/sdk/include/psdk/ |
H A D | wincrypt.h | 4740 CertEnumCRLsInStore(
|