Home
last modified time | relevance | path

Searched refs:CertEnumCRLsInStore (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/winetests/cryptui/
H A Dcryptui.c559 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 Dstore.c1687 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 Dserialize.c734 crl = CertEnumCRLsInStore(store, crl); in CRYPT_SavePKCSToMem()
752 crl = CertEnumCRLsInStore(store, crl); in CRYPT_SavePKCSToMem()
H A Dcrypt32.spec35 @ stdcall CertEnumCRLsInStore(ptr ptr)
H A Dstore.c60 (EnumContextsInStoreFunc)CertEnumCRLsInStore,
1101 PCCRL_CONTEXT WINAPI CertEnumCRLsInStore(HCERTSTORE hCertStore, PCCRL_CONTEXT pPrev) in CertEnumCRLsInStore() function
H A Dcrl.c322 ret = CertEnumCRLsInStore(hCertStore, ret); in CertFindCRLInStore()
/reactos/dll/win32/cryptui/
H A Dmain.c4739 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 Dwincrypt.h4740 CertEnumCRLsInStore(