Home
last modified time | relevance | path

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

12

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
Dzpool_upgrade_004_pos.ksh97 log_must $DIFF $TMPDIR/pool-checksums.$POOL_NAME.pre \
98 $TMPDIR/pool-checksums.$POOL_NAME.post
100 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
Dzpool_upgrade.kshlib118 $TMPDIR/pool-checksums.$POOL.$STATE
119 print $TMPDIR/pool-checksums.$POOL.$STATE
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function
93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp206 DebugChecksumsSubsectionRef checksums; member in __anonbb9816060111::DebugSHandler
785 assert(!checksums.valid() && in handleDebugS()
787 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
908 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument
909 auto iter = checksums.getArray().at(fileID); in getFileName()
910 if (iter == checksums.getArray().end()) in getFileName()
928 if (checksums.valid()) in finish()
984 for (FileChecksumEntry &fc : checksums) { in finish()
991 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish()
1699 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp195 for (const auto &Entry : SC.checksums()) { in rebuildChecksumMap()
233 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset()
234 if (Iter == SC.checksums().getArray().end()) { in formatFromChecksumsOffset()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
DTODO17 All elements of an FS-X repository shall be guarded by checksums. That
23 Those checksums may be quite simple such as Adler32 because that meta-
27 'svnadmin verify' shall check consistency based on those checksums.
103 by checksums).
Dstructure69 rep-cache.db SQLite database mapping rep checksums to locations
/freebsd-12-stable/usr.sbin/ctm/
DREADME40 do this in the exact sense, and therefore the delta contains MD5 checksums to
72 should/should not exists and by checking the MD5 checksums of files.
/freebsd-12-stable/contrib/traceroute/
DCHANGES44 - Always calculate icmp checksums when using -I. Reported by Soumen
50 - Enable ip checksums for Solaris 2.6 and higher (since they seem to
DINSTALL30 calculate checksums; configure automatically changes the default to
/freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/
DREADME.md7 such as the streaming API or content checksums, it is written to be easy to
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
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()
/freebsd-12-stable/tools/tools/
DREADME15 checksums of the commit logs.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1077 const auto &checksums = cci->m_strings.checksums().getArray(); in ParseLineTable() local
1083 auto iter = checksums.at(group.NameIndex); in ParseLineTable()
1084 if (iter == checksums.end()) in ParseLineTable()
/freebsd-12-stable/sys/contrib/zstd/tests/
DREADME.md73 This tool will generate .zst files with checksums,
/freebsd-12-stable/sys/netinet/libalias/
DHISTORY38 for IP headers (TCP, UDP and ICMP checksums
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dstructure-indexes342 * calculate 32 bit FNV-1a checksums for the 4 substreams:
346 * concatenate the big endian representation of these checksums (4 bytes
Dstructure68 rep-cache.db SQLite database mapping rep checksums to locations
/freebsd-12-stable/usr.sbin/bsdconfig/startup/share/
Drcvar.subr122 # Calculate a digest given the checksums of all dependencies (scripts
/freebsd-12-stable/crypto/heimdal/doc/
Dwhatis.texi143 The session key can also be used to add cryptographic checksums to the
Dwin2k.texi263 These configuration options will make sure that no checksums of the
/freebsd-12-stable/contrib/ipfilter/
DHISTORY57 3541655 test suite checksums incorrect
91 3532053 icmp6 checksums wrong
339 add patch to work with 4.0_STABLE delayed checksums
1338 Solaris2 needs to modify IP header checksums in ip_natin and ip_natout.
1579 Corrected bug where NAT recalculates checksums for fragments.
1581 make NAT recalculate UDP checksums (rather than setting them to 0),
/freebsd-12-stable/usr.sbin/ppp/
DREADME.nat325 for IP headers (TCP, UDP and ICMP checksums
/freebsd-12-stable/contrib/subversion/
DCHANGES479 * FSX: Add checksums to packed revprop manifests and files (r1713132, -9717)
884 * fsfs: fix crash when encountering all-zero checksums (r1759686)
1230 * svnadmin verify: validate the index data against checksums (r1631598)
1632 * svn_checksum_kind_t has two new FNV-1a checksums (r1546699)
3827 * teach ra_serf to parse md5 checksums with update editors (r979429)
4762 * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
5354 * fixed: FSFS should verify checksums (issue #2253)
6472 * updates now receive checksums like checkouts (#1101)
6689 * dumper/loader now use checksums (#1102)
6705 * checksums, checksums everywhere (issues #649, #689):
[all …]
/freebsd-12-stable/crypto/heimdal/
DChangeLog.19981014 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

12