Searched refs:RtlComputeCrc32 (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/lib/rtl/ |
H A D | crc32.c | 89 RtlComputeCrc32(_In_ ULONG Initial, in RtlComputeCrc32() function
|
/reactos/dll/win32/mspatcha/ |
H A D | mspatcha_main.c | 280 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 D | fstubex.c | 885 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 D | shimdbg.c | 294 crc = RtlComputeCrc32(0, KeyValueInformation->Data, KeyValueInformation->DataLength); in DumpRegistryData()
|
/reactos/ntoskrnl/inbv/ |
H A D | inbv.c | 151 KiBugCheckData[4] ^= RtlComputeCrc32(0, Data, Size); in FindBitmapResource()
|
/reactos/dll/win32/dbghelp/ |
H A D | dbghelp.c | 882 crc = RtlComputeCrc32(crc, buffer, len); in calc_crc32()
|
H A D | inflate.c | 1081 #define crc32(crc,buf,len) RtlComputeCrc32(crc,buf,len)
|
H A D | compat.h | 810 #define RtlComputeCrc32 __RtlComputeCrc32 macro
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpmgr.c | 847 crc32 = RtlComputeCrc32(0, in IopGetParentIdPrefix()
|
/reactos/dll/win32/wininet/ |
H A D | inflate.c | 1076 #define crc32(crc,buf,len) RtlComputeCrc32(crc,buf,len)
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 4449 RtlComputeCrc32(
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 2651 NTSYSAPI DWORD WINAPI RtlComputeCrc32(DWORD,const BYTE*,INT);
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 688 @ stdcall RtlComputeCrc32(long ptr long)
|