/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_004_pos.ksh | 91 log_must $DIFF $TMPDIR/pool-checksums.$POOL_NAME.pre \ 92 $TMPDIR/pool-checksums.$POOL_NAME.post 94 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
|
H A D | zpool_upgrade.kshlib | 113 $TMPDIR/pool-checksums.$POOL.$STATE 114 print $TMPDIR/pool-checksums.$POOL.$STATE
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_004_pos.ksh | 76 log_must diff $TEST_BASE_DIR/pool-checksums.$pool_name.pre \ 77 $TEST_BASE_DIR/pool-checksums.$pool_name.post 78 rm $TEST_BASE_DIR/pool-checksums.$pool_name.pre \ 79 $TEST_BASE_DIR/pool-checksums.$pool_name.post
|
H A D | zpool_upgrade.kshlib | 114 $TEST_BASE_DIR/pool-checksums.$pool.$flag 115 echo $TEST_BASE_DIR/pool-checksums.$pool.$flag
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 51 traditional filesystems and volume managers. It supports data checksums, 107 traditional filesystems and volume managers. It supports data checksums, 121 traditional filesystems and volume managers. It supports data checksums, 135 traditional filesystems and volume managers. It supports data checksums, 203 traditional filesystems and volume managers. It supports data checksums, 221 traditional filesystems and volume managers. It supports data checksums, 237 traditional filesystems and volume managers. It supports data checksums, 268 traditional filesystems and volume managers. It supports data checksums, 286 traditional filesystems and volume managers. It supports data checksums, 321 traditional filesystems and volume managers. It supports data checksums,
|
H A D | control.modules.in | 23 performance and data integrity. Snapshots, clones, checksums, deduplication,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 67 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 95 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 201 DebugChecksumsSubsectionRef checksums; member in __anon94582cee0111::DebugSHandler 783 assert(!checksums.valid() && in handleDebugS() 785 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS() 911 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument 912 auto iter = checksums.getArray().at(fileID); in getFileName() 913 if (iter == checksums.getArray().end()) in getFileName() 931 if (checksums.valid()) in finish() 990 for (const FileChecksumEntry &fc : checksums) { in finish() 997 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish() 1751 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 196 // checksums. So we only set the strings if they're not already set. in initializeForPdb() 222 for (const auto &Entry : SC.checksums()) { in rebuildChecksumMap() 245 auto Iter = SC.checksums().getArray().at(Offset); in getNameFromChecksums() 246 if (Iter == SC.checksums().getArray().end()) { in getNameFromChecksums() 280 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset() 281 if (Iter == SC.checksums().getArray().end()) { in formatFromChecksumsOffset()
|
/freebsd/crypto/openssl/providers/ |
H A D | fips.checksum | 1 01b31117f96429fe4c8efbf7f4f10ef32efa2b11c69851fd227e4194db116b6f providers/fips-sources.checksums
|
/freebsd/usr.sbin/bhyve/ |
H A D | basl.c | 54 STAILQ_HEAD(basl_table_checksum_list, basl_table_checksum) checksums; 191 STAILQ_FOREACH(checksum, &table->checksums, chain) { in basl_finish_patch_checksums() 441 STAILQ_INSERT_TAIL(&table->checksums, checksum, chain); in basl_table_add_checksum() 676 STAILQ_INIT(&new_table->checksums); in basl_table_create()
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | README.md | 7 such as the streaming API or content checksums, it is written to be easy to
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection() 448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 801 State.strings(), State.checksums(), Lines); in visitLines() 823 State.strings(), State.checksums(), Inlinees); in visitInlineeLines() 927 // It's possible for checksums and strings to even appear in different debug$S in initializeStringsAndChecksums() 929 // the strings and checksums field over multiple iterations. in initializeStringsAndChecksums() 932 // have to scan for strings first, then scan for checksums again from the in initializeStringsAndChecksums()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 1344 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \ 1349 | xargs ./util/fips-checksums.sh ) \ 1350 > providers/fips-sources.checksums.new \ 1351 && sha256sum providers/fips-sources.checksums.new \ 1354 fips-checksums: providers/fips.checksum.new 1358 cp -p providers/fips-sources.checksums.new $(SRCDIR)/providers/fips-sources.checksums 1361 update-fips-checksums: $(SRCDIR)/providers/fips.checksum 1363 diff-fips-checksums: fips-checksums 1365 diff -u $(SRCDIR)/providers/fips-sources.checksums providers/fips-sources.checksums.new
|
/freebsd/tools/tools/ |
H A D | README | 14 checksums of the commit logs.
|
/freebsd/sys/netinet/libalias/ |
H A D | HISTORY | 37 for IP headers (TCP, UDP and ICMP checksums
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcvar.subr | 121 # Calculate a digest given the checksums of all dependencies (scripts
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sql | 317 …bigEndCksum; true if the WAL file uses big-ending checksums; 0 if the WAL uses little-endian check…
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1350 const auto &checksums = cii.m_strings.checksums().getArray(); in GetFileIndex() local 1355 auto iter = checksums.at(file_id); in GetFileIndex() 1356 if (iter == checksums.end()) in GetFileIndex()
|
/freebsd/crypto/heimdal/doc/ |
H A D | whatis.texi | 143 The session key can also be used to add cryptographic checksums to the
|
H A D | win2k.texi | 263 These configuration options will make sure that no checksums of the
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 323 for IP headers (TCP, UDP and ICMP checksums
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 167 …ault: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed fr…
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 1014 Accept unkeyed checksums to be compatible with MIT. 2519 verifying checksums. Also start using session subkeys. 2534 * kdc/kerberos5.c (tgs_rep): support keyed checksums
|
H A D | ChangeLog.1999 | 1270 DCE secd's that are not able to handle MD5 checksums by defaulting
|