/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | Kconfig | 3 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 D | if_sbni.c | 569 *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 D | if_sbnivar.h | 151 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff)) macro
|
/freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 14 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 D | UefiMultiPhase.h | 167 UINT32 CRC32; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 232 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 D | README | 105 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 D | token.l | 75 crc32 { DP; return CRC32; }
|
H A D | parse.y | 89 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF 276 CRC32 { $$ = HAST_CHECKSUM_CRC32; }
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 50 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 D | brcm,trx.txt | 9 identification fields, CRC32 checksum and the locations of embedded partitions.
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | Kconfig | 6 select CRC32
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_zip.c | 1544 #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 D | archive_read_support_format_zip.c | 305 #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 D | archive_read_support_format_rar5.c | 1678 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 D | rfc1952.txt | 276 | 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 D | rfc1950.txt | 481 The Adler-32 algorithm is much faster than the CRC32 algorithm yet
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml | 39 40-bit keys, 24-bit initialization vector (IV), and CRC32 to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 198 X86_FEATURE (CRC32, "crc32")
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 715 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 D | efiapi.h | 673 UINT32 CRC32; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsARM.def | 165 // CRC32
|
H A D | BuiltinsAArch64.def | 57 // CRC32
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 285 >7 byte&0xf 0x1 CRC32
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README | 247 24-bit initialization vector (IV), and CRC32 to protect against packet
|