Home
last modified time | relevance | path

Searched refs:DIGEST_HANDLE (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/imagehlp/
H A Dintegrity.c661 BYTE *map, DWORD fileSize, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle ) in IMAGEHLP_ReportSectionFromOffset()
677 DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle ) in IMAGEHLP_ReportSection()
693 BYTE *map, DWORD fileSize, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle ) in IMAGEHLP_ReportCodeSections()
714 DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle ) in IMAGEHLP_ReportImportSection()
784 DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) in ImageGetDigestStream()
/reactos/sdk/include/psdk/
H A Dimagehlp.h313 typedef PVOID DIGEST_HANDLE; typedef
314 typedef BOOL(WINAPI*DIGEST_FUNCTION)(DIGEST_HANDLE refdata,PBYTE pData,DWORD dwLength);
380 BOOL IMAGEAPI ImageGetDigestStream(IN HANDLE,IN DWORD,IN DIGEST_FUNCTION,IN DIGEST_HANDLE);
/reactos/modules/rostests/winetests/imagehlp/
H A Dimage.c33 static BOOL (WINAPI *pImageGetDigestStream)(HANDLE, DWORD, DIGEST_FUNCTION, DIGEST_HANDLE);
161 static BOOL WINAPI accumulating_stream_output(DIGEST_HANDLE handle, BYTE *pb, in accumulating_stream_output()