Searched refs:pCRLContext (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | crl.c | 395 DWORD WINAPI CertEnumCRLContextProperties(PCCRL_CONTEXT pCRLContext, in CertEnumCRLContextProperties() argument 398 TRACE("(%p, %d)\n", pCRLContext, dwPropId); in CertEnumCRLContextProperties() 400 return ContextPropertyList_EnumPropIDs(crl_from_ptr(pCRLContext)->base.properties, dwPropId); in CertEnumCRLContextProperties() 472 BOOL WINAPI CertGetCRLContextProperty(PCCRL_CONTEXT pCRLContext, in CertGetCRLContextProperty() argument 477 TRACE("(%p, %d, %p, %p)\n", pCRLContext, dwPropId, pvData, pcbData); in CertGetCRLContextProperty() 502 ret = CertGetStoreProperty(pCRLContext->hCertStore, dwPropId, pvData, pcbData); in CertGetCRLContextProperty() 506 ret = CRLContext_GetProperty(crl_from_ptr(pCRLContext), dwPropId, pvData, pcbData); in CertGetCRLContextProperty() 566 BOOL WINAPI CertSetCRLContextProperty(PCCRL_CONTEXT pCRLContext, in CertSetCRLContextProperty() argument 571 TRACE("(%p, %d, %08x, %p)\n", pCRLContext, dwPropId, dwFlags, pvData); in CertSetCRLContextProperty() 586 ret = CRLContext_SetProperty(crl_from_ptr(pCRLContext), dwPropId, dwFlags, pvData); in CertSetCRLContextProperty()
|
/reactos/sdk/include/psdk/ |
H A D | cryptuiapi.h | 274 PCCRL_CONTEXT pCRLContext; member 319 PCCRL_CONTEXT pCRLContext; member
|
H A D | wincrypt.h | 4894 _In_ PCCRL_CONTEXT pCRLContext,
|
/reactos/modules/rostests/winetests/cryptui/ |
H A D | cryptui.c | 383 info.u.pCRLContext = CertCreateCRLContext(X509_ASN_ENCODING, in test_crypt_ui_wiz_import() 390 CertFreeCRLContext(info.u.pCRLContext); in test_crypt_ui_wiz_import()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 5346 ret = import_crl(pImportSrc->u.pCRLContext, hDestCertStore); in do_import() 6707 pExportInfo->u.pCRLContext->pbCrlEncoded, in do_export() 6708 pExportInfo->u.pCRLContext->cbCrlEncoded); in do_export()
|