Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A DKconfig3 select CRC32
7 CRC32 is supported. See Documentation/xz.txt for more information.
66 a character special file. It calculates CRC32 of the decompressed
/freebsd/sys/dev/sbni/
H A Dif_sbni.c569 *crc_p = CRC32(0, *crc_p); in download_data()
775 crc = CRC32(value, crc); in send_frame_header()
778 crc = CRC32(value, crc); in send_frame_header()
781 crc = CRC32(sc->tx_frameno, crc); in send_frame_header()
783 crc = CRC32(0, crc); in send_frame_header()
796 crc = CRC32(sbni_inb(sc, DAT), crc); in skip_tail()
814 crc = CRC32(value, crc); in check_fhdr()
817 crc = CRC32(value, crc); in check_fhdr()
827 crc = CRC32(value, crc); in check_fhdr()
829 crc = CRC32(sbni_inb(sc, DAT), crc); /* reserved byte */ in check_fhdr()
[all …]
H A Dif_sbnivar.h151 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff)) macro
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt14 the LZMA2 filter and optionally also BCJ filters. CRC32 is supported
57 CRC32, make sure that you don't use some other integrity check type
63 Using CRC32 is strongly recommended unless there is some other layer
66 Note that the headers will always have a CRC32 which will be validated
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h167 UINT32 CRC32; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp232 uint32_t getCRC32() { return CRC32; }
236 uint32_t CRC32 = 0; in reserveExtraSpace()
240 CRC32 = crc32(
241 CRC32, ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Ptr), Size));
243 uint32_t CRC32 = 0; global() member in llvm::dwarfutil::raw_crc_ostream
/freebsd/sys/contrib/xz-embedded/
H A DREADME105 CRC32. Support for CRC64 is optional. SHA-256 is currently not
107 The xz tool from XZ Utils uses CRC64 by default, but CRC32 is usually
114 When using the internal CRC32 or CRC64, their lookup tables need to be
118 To use external CRC32 or CRC64 code instead of the code from
/freebsd/sbin/hastd/
H A Dtoken.l75 crc32 { DP; return CRC32; }
H A Dparse.y89 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
276 CRC32 { $$ = HAST_CHECKSUM_CRC32; }
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp50 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); in createGnuDebugLinkSectionContents() local
56 support::endian::write32le(Data.data() + CRCPos, CRC32); in createGnuDebugLinkSectionContents()
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt9 identification fields, CRC32 checksum and the locations of embedded partitions.
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig6 select CRC32
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1544 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) in trad_enc_update_keys() macro
1546 ctx->keys[0] = CRC32(ctx->keys[0], c); in trad_enc_update_keys()
1549 ctx->keys[2] = CRC32(ctx->keys[2], t); in trad_enc_update_keys()
1550 #undef CRC32 in trad_enc_update_keys()
H A Darchive_read_support_format_zip.c305 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) in trad_enc_update_keys() macro
307 ctx->keys[0] = CRC32(ctx->keys[0], c); in trad_enc_update_keys()
310 ctx->keys[2] = CRC32(ctx->keys[2], t); in trad_enc_update_keys()
311 #undef CRC32 in trad_enc_update_keys()
H A Darchive_read_support_format_rar5.c1678 DIRECTORY = 0x0001, UTIME = 0x0002, CRC32 = 0x0004, in process_head_file() enumerator
1747 if(file_flags & CRC32) { in process_head_file()
1961 if(file_flags & CRC32) { in process_head_file()
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt276 | CRC32 | ISIZE |
327 of the two least significant bytes of the CRC32 for all
419 CRC32 (CRC-32)
465 ID2, CM, CRC32, and ISIZE, but may set all the other fields in
H A Drfc1950.txt481 The Adler-32 algorithm is much faster than the CRC32 algorithm yet
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml39 40-bit keys, 24-bit initialization vector (IV), and CRC32 to
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def198 X86_FEATURE (CRC32, "crc32")
/freebsd/sys/arm64/arm64/
H A Didentcpu.c715 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR0, CRC32, NONE, BASE),
779 MRS_FIELD_HWCAP(ID_AA64ISAR0, CRC32, false, MRS_LOWER, MRS_USERSPACE,
1830 MRS_FIELD_VALUE_NONE_IMPL(ID_ISAR5, CRC32, NONE, IMPL),
1880 MRS_FIELD_HWCAP(ID_ISAR5, CRC32, false, MRS_LOWER, MRS_USERSPACE,
/freebsd/stand/efi/include/
H A Defiapi.h673 UINT32 CRC32; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsARM.def165 // CRC32
H A DBuiltinsAArch64.def57 // CRC32
/freebsd/contrib/file/magic/Magdir/
H A Dcompress285 >7 byte&0xf 0x1 CRC32
/freebsd/contrib/wpa/hostapd/
H A DREADME247 24-bit initialization vector (IV), and CRC32 to protect against packet

123