Home
last modified time | relevance | path

Searched defs:crl (Results 1 – 19 of 19) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dcrl.c34 crl_t *crl = (crl_t*)context; in CRL_free() local
44 crl_t *crl; in CRL_clone() local
88 crl_t *crl = NULL; in CertCreateCRLContext() local
133 PCCRL_CONTEXT crl = CertCreateCRLContext(dwCertEncodingType, in CertAddEncodedCRLToStore() local
266 PCCRL_CONTEXT crl = pvPara; in compare_crl_existing() local
406 static BOOL CRLContext_GetHashProp(crl_t *crl, DWORD dwPropId, in CRLContext_GetHashProp()
421 static BOOL CRLContext_GetProperty(crl_t *crl, DWORD dwPropId, in CRLContext_GetProperty()
511 static BOOL CRLContext_SetProperty(crl_t *crl, DWORD dwPropId, in CRLContext_SetProperty()
738 static PCRL_ENTRY CRYPT_FindCertificateInCRL(PCERT_INFO cert, const CRL_INFO *crl) in CRYPT_FindCertificateInCRL()
H A Dprovstore.c139 static BOOL ProvStore_addCRL(WINECRYPT_CERTSTORE *store, context_t *crl, in ProvStore_addCRL()
192 static BOOL ProvStore_deleteCRL(WINECRYPT_CERTSTORE *store, context_t *crl) in ProvStore_deleteCRL()
H A Drootstore.c457 PCCRL_CONTEXT crl, DWORD dwFlags) in CRYPT_RootWriteCRL()
466 PCCRL_CONTEXT crl, DWORD dwFlags) in CRYPT_RootDeleteCRL()
H A Dcollectionstore.c271 static BOOL Collection_addCRL(WINECRYPT_CERTSTORE *store, context_t *crl, in Collection_addCRL()
331 crl_t *crl = (crl_t*)context, *linked; in Collection_deleteCRL() local
H A Dfilestore.c71 PCCRL_CONTEXT crl, DWORD dwFlags) in CRYPT_FileWriteCRL()
H A Dregstore.c415 PCCRL_CONTEXT crl, DWORD dwFlags) in CRYPT_RegWriteCRL()
H A Dserialize.c697 PCCRL_CONTEXT crl = NULL; in CRYPT_SavePKCSToMem() local
H A Dstore.c264 static BOOL MemStore_addCRL(WINECRYPT_CERTSTORE *store, context_t *crl, in MemStore_addCRL()
H A Dcert.c1859 PCCRL_CONTEXT crl = CertGetCRLFromStore(pSubject->hCertStore, pSubject, in CertVerifySubjectCertificateContext() local
/reactos/dll/3rdparty/mbedtls/
H A Dx509_crl.c332 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der() local
656 const mbedtls_x509_crl *crl ) in mbedtls_x509_crl_info()
730 void mbedtls_x509_crl_init( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_init()
738 void mbedtls_x509_crl_free( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_free()
H A Dx509_crt.c1810 int mbedtls_x509_crt_is_revoked( const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl ) in mbedtls_x509_crt_is_revoked()
/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c1676 PCCRL_CONTEXT crl; in testFileNameStore() local
1697 PCCRL_CONTEXT crl; in testFileNameStore() local
1718 PCCRL_CONTEXT crl; in testFileNameStore() local
1779 PCCRL_CONTEXT crl; in testFileNameStore() local
1800 PCCRL_CONTEXT crl; in testFileNameStore() local
1892 PCCRL_CONTEXT crl = NULL; in testMessageStore() local
2004 PCCRL_CONTEXT crl; in testSerializedStore() local
2023 PCCRL_CONTEXT crl; in testSerializedStore() local
2790 PCCRL_CONTEXT crl = NULL; in countCRLsInStore() local
2804 const CRL_CONTEXT *crl; in testEmptyStore() local
[all …]
H A Dcrl.c985 PCCRL_CONTEXT crl; in testIsValidCRLForCert() local
1103 PCCRL_CONTEXT crl; in testFindCertInCRL() local
1156 PCCRL_CONTEXT crl; in testVerifyCRLRevocation() local
1206 START_TEST(crl) in START_TEST() argument
H A Dmessage.c864 static const BYTE crl[] = { variable
H A Dmsg.c1495 static BYTE crl[] = { 0x30,0x2c,0x30,0x02,0x06,0x00,0x30,0x15,0x31,0x13,0x30, variable
/reactos/modules/rostests/winetests/cryptui/
H A Dcryptui.c330 PCCRL_CONTEXT crl; in test_crypt_ui_wiz_import() local
/reactos/modules/rostests/winetests/cryptnet/
H A Dcryptnet.c322 PCCRL_CONTEXT crl; in test_retrieveObjectByUrl() local
/reactos/dll/win32/cryptnet/
H A Dcryptnet_main.c1541 PCCRL_CONTEXT crl, DWORD index, FILETIME *pTime, in verify_cert_revocation_with_crl_online()
1598 PCCRL_CONTEXT crl; in verify_cert_revocation_from_dist_points_ext() local
1677 PCCRL_CONTEXT crl, DWORD index, FILETIME *pTime, in verify_cert_revocation_with_crl_offline()
1734 PCCRL_CONTEXT crl = NULL; in verify_cert_revocation() local
/reactos/dll/win32/cryptui/
H A Dmain.c4597 static BOOL import_crl(PCCRL_CONTEXT crl, HCERTSTORE hDestCertStore) in import_crl()
4729 PCCRL_CONTEXT crl; in check_store_context_type() local
4767 PCCRL_CONTEXT crl = NULL; in import_store() local
6046 static const WCHAR crl[] = { '.','c','r','l',0 }; in export_append_extension() local