Home
last modified time | relevance | path

Searched refs:checksums (Results 1 – 25 of 36) sorted by relevance

12

/src/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh91 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 Dzpool_upgrade.kshlib113 $TMPDIR/pool-checksums.$POOL.$STATE
114 print $TMPDIR/pool-checksums.$POOL.$STATE
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh77 log_must diff $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
78 $TEST_BASE_DIR/pool-checksums.$pool_name.post
79 rm $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
80 $TEST_BASE_DIR/pool-checksums.$pool_name.post
H A Dzpool_upgrade.kshlib115 $TEST_BASE_DIR/pool-checksums.$pool.$flag
116 echo $TEST_BASE_DIR/pool-checksums.$pool.$flag
/src/sys/contrib/openzfs/contrib/debian/
H A Dcontrol52 traditional filesystems and volume managers. It supports data checksums,
89 traditional filesystems and volume managers. It supports data checksums,
103 traditional filesystems and volume managers. It supports data checksums,
117 traditional filesystems and volume managers. It supports data checksums,
185 traditional filesystems and volume managers. It supports data checksums,
203 traditional filesystems and volume managers. It supports data checksums,
219 traditional filesystems and volume managers. It supports data checksums,
249 traditional filesystems and volume managers. It supports data checksums,
267 traditional filesystems and volume managers. It supports data checksums,
302 traditional filesystems and volume managers. It supports data checksums,
H A Dcontrol.modules.in23 performance and data integrity. Snapshots, clones, checksums, deduplication,
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h67 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function
95 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
/src/contrib/llvm-project/lld/COFF/
H A DPDB.cpp201 DebugChecksumsSubsectionRef checksums; member in __anon67edd5630111::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 …]
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp222 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()
/src/crypto/openssl/providers/
H A Dfips.checksum1 7fb222f49c7b3a423c4bb2f62da17eae3e209cb3e9b9a9a3db624bcdfba3151a providers/fips-sources.checksums
/src/usr.sbin/bhyve/
H A Dbasl.c54 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()
/src/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md7 such as the streaming API or content checksums, it is written to be easy to
/src/tests/sys/common/
H A Dvnet.subr46 # compute checksums, it just marks packets that this computation still
/src/release/packages/ucl/
H A Dlibrpcsec_gss-all.ucl37 service uses checksums to ensure that all data sent by a peer is received
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp417 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()
/src/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1442 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
1447 | xargs ./util/fips-checksums.sh ) \
1448 > providers/fips-sources.checksums.new \
1449 && sha256sum providers/fips-sources.checksums.new \
1452 fips-checksums: providers/fips.checksum.new
1456 cp -p providers/fips-sources.checksums.new $(SRCDIR)/providers/fips-sources.checksums
1459 update-fips-checksums: $(SRCDIR)/providers/fips.checksum
1461 diff-fips-checksums: fips-checksums
1463 diff -u $(SRCDIR)/providers/fips-sources.checksums providers/fips-sources.checksums.new
/src/tools/tools/
H A DREADME14 checksums of the commit logs.
/src/sys/netinet/libalias/
H A DHISTORY37 for IP headers (TCP, UDP and ICMP checksums
/src/usr.sbin/bsdconfig/startup/share/
H A Drcvar.subr121 # Calculate a digest given the checksums of all dependencies (scripts
/src/contrib/file/magic/Magdir/
H A Dsql317 …bigEndCksum; true if the WAL file uses big-ending checksums; 0 if the WAL uses little-endian check…
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1350 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()
/src/crypto/heimdal/doc/
H A Dwhatis.texi143 The session key can also be used to add cryptographic checksums to the
H A Dwin2k.texi263 These configuration options will make sure that no checksums of the
/src/usr.sbin/ppp/
H A DREADME.nat323 for IP headers (TCP, UDP and ICMP checksums
/src/sys/contrib/zstd/programs/
H A DREADME.md167 …ault: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed fr…

12