Home
last modified time | relevance | path

Searched refs:RtlComputeCrc32 (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dcrc32.c89 RtlComputeCrc32(_In_ ULONG Initial, in RtlComputeCrc32() function
/reactos/dll/win32/mspatcha/
H A Dmspatcha_main.c280 Crc = RtlComputeCrc32(0, Patch->Root, Patch->Size); in ParseHeader()
416 dwCrc = RtlComputeCrc32(0, OldFile.Root, OldFile.Size); in ApplyPatchToFileByHandles()
520 ulCrc = RtlComputeCrc32(0, pData, dwSize); in GetFilePatchSignatureByHandle()
/reactos/ntoskrnl/fstub/
H A Dfstubex.c885 if (RtlComputeCrc32(0, Disk->Buffer, sizeof(EFI_PARTITION_HEADER)) != HeaderCRC32) in FstubReadHeaderEFI()
926 PreviousCRC32 = RtlComputeCrc32(PreviousCRC32, Sector, Disk->SectorSize); in FstubReadHeaderEFI()
949 …PreviousCRC32 = RtlComputeCrc32(PreviousCRC32, Sector + i * PARTITION_ENTRY_SIZE, PARTITION_ENTRY_… in FstubReadHeaderEFI()
1537 …*PartitionEntryCRC32 = RtlComputeCrc32(*PartitionEntryCRC32, (PUCHAR)PartitionEntry, PARTITION_ENT… in FstubWriteEntryEFI()
1608 EFIHeader->HeaderCRC32 = RtlComputeCrc32(0, (PUCHAR)EFIHeader, sizeof(EFI_PARTITION_HEADER)); in FstubWriteHeaderEFI()
2243 if (RtlComputeCrc32(0, Buffer, sizeof(EFI_PARTITION_HEADER)) != HeaderCRC32) in IoReadDiskSignature()
/reactos/modules/rosapps/applications/devutils/shimdbg/
H A Dshimdbg.c294 crc = RtlComputeCrc32(0, KeyValueInformation->Data, KeyValueInformation->DataLength); in DumpRegistryData()
/reactos/ntoskrnl/inbv/
H A Dinbv.c151 KiBugCheckData[4] ^= RtlComputeCrc32(0, Data, Size); in FindBitmapResource()
/reactos/dll/win32/dbghelp/
H A Ddbghelp.c882 crc = RtlComputeCrc32(crc, buffer, len); in calc_crc32()
H A Dinflate.c1081 #define crc32(crc,buf,len) RtlComputeCrc32(crc,buf,len)
H A Dcompat.h810 #define RtlComputeCrc32 __RtlComputeCrc32 macro
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c847 crc32 = RtlComputeCrc32(0, in IopGetParentIdPrefix()
/reactos/dll/win32/wininet/
H A Dinflate.c1076 #define crc32(crc,buf,len) RtlComputeCrc32(crc,buf,len)
/reactos/sdk/include/ndk/
H A Drtlfuncs.h4449 RtlComputeCrc32(
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2651 NTSYSAPI DWORD WINAPI RtlComputeCrc32(DWORD,const BYTE*,INT);
/reactos/dll/ntdll/def/
H A Dntdll.spec688 @ stdcall RtlComputeCrc32(long ptr long)