Home
last modified time | relevance | path

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

12

/freebsd/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh67 log_must diff $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
68 $TEST_BASE_DIR/pool-checksums.$pool_name.post
69 rm $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
70 $TEST_BASE_DIR/pool-checksums.$pool_name.post
H A Dzpool_upgrade.kshlib105 $TEST_BASE_DIR/pool-checksums.$pool.$flag
106 echo $TEST_BASE_DIR/pool-checksums.$pool.$flag
/freebsd/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,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h69 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function
97 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp192 DebugChecksumsSubsectionRef checksums; member in __anon94582cee0111::DebugSHandler
777 assert(!checksums.valid() && in handleDebugS()
779 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
906 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument
907 auto iter = checksums.getArray().at(fileID); in getFileName()
908 if (iter == checksums.getArray().end()) in getFileName()
926 if (checksums.valid()) in finish()
986 for (const FileChecksumEntry &fc : checksums) { in finish()
993 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish()
1758 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp196 // 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 Dfips.checksum1 ee77588030ee4df89ad9ff70a12118a9b89ebc4fde306fd25e9c01ef719d0b26 providers/fips-sources.checksums
/freebsd/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()
/freebsd/tests/sys/common/
H A Dvnet.subr46 # compute checksums, it just marks packets that this computation still
/freebsd/packages/librpcsec_gss/
H A Dlibrpcsec_gss.ucl37 service uses checksums to ensure that all data sent by a peer is received
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp415 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()
446 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection()
797 State.strings(), State.checksums(), Lines); in visitLines()
819 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1443 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
1448 | xargs ./util/fips-checksums.sh ) \
1449 > providers/fips-sources.checksums.new \
1450 && sha256sum providers/fips-sources.checksums.new \
1453 fips-checksums: providers/fips.checksum.new
1457 cp -p providers/fips-sources.checksums.new $(SRCDIR)/providers/fips-sources.checksums
1460 update-fips-checksums: $(SRCDIR)/providers/fips.checksum
1462 diff-fips-checksums: fips-checksums
1464 diff -u $(SRCDIR)/providers/fips-sources.checksums providers/fips-sources.checksums.new
/freebsd/tools/tools/
H A DREADME14 checksums of the commit logs.
/freebsd/sys/netinet/libalias/
H A DHISTORY37 for IP headers (TCP, UDP and ICMP checksums
/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcvar.subr121 # Calculate a digest given the checksums of all dependencies (scripts
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1344 const auto &checksums = cii.m_strings.checksums().getArray(); in GetFileIndex() local
1349 auto iter = checksums.at(file_id); in GetFileIndex()
1350 if (iter == checksums.end()) in GetFileIndex()
/freebsd/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
/freebsd/contrib/file/magic/Magdir/
H A Dsql334 …bigEndCksum; true if the WAL file uses big-ending checksums; 0 if the WAL uses little-endian check…
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md190 …--[no-]check Add XXH64 integrity checksums during compression. [Default: Add, Val…
191 If `-d` is present, ignore/validate checksums during decompression.
/freebsd/usr.sbin/ppp/
H A DREADME.nat323 for IP headers (TCP, UDP and ICMP checksums
/freebsd/sys/conf/
H A Dfiles.amd64457 # zfs checksums / zcommon

12