Home
last modified time | relevance | path

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

12345

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py114 checksums = []
130 checksums.extend(checksum_dir(f))
134 checksums.append((f, checksum))
137 checksums.extend(checksum_dir(pth))
141 checksums.append((pth, checksum))
143 checksums.sort(key=operator.itemgetter(1))
144 return checksums
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Dgianfar.rst15 the 8548) has the ability to perform TCP, UDP, and IP checksums
17 checksums (and always performs the pseudo header checksums), so
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py144 checksums = {}
201 checksums.update(event.checksums)
244 return checksums, tmpdir
/openbmc/linux/Documentation/filesystems/ext4/
H A Dchecksums.rst6 Starting in early 2012, metadata checksums were added to all major ext4
12 structure size so that full 32-bit checksums can be stored for many data
21 directories rebuilt with checksums. This has the added benefit of
H A Doverview.rst23 .. include:: checksums.rst
H A Djournal.rst75 commit. If there is no commit record (or the checksums don't match), the
293 - Journal maintains checksums on the data blocks.
316 descriptor table contain checksums for each of the data blocks in the
619 - 32 bytes of space to store checksums. If
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py195 checksums = {}
221checksums, ftmpdir = scriptutils.fetch_url(tinfoil, uri, rev, tmpdir, logger, preserve_tmp=keep_te…
314 return (revs, checksums, srcbranch, srcsubdir_rel)
335 def _create_new_recipe(newpv, checksums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace… argument
410 for checksum in checksums:
439 newvalues['SRC_URI[%s%s]' % (nameprefix, checksum)] = checksums[checksum]
597 … rev2, checksums, srcbranch, srcsubdir2 = _extract_new_source(args.version, srctree, args.no_patch,
602 …rf, copied = _create_new_recipe(args.version, checksums, args.srcrev, srcbranch, srcsubdir1, srcsu…
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-keys/
H A Dima-evm-keys_1.0.bb17 do_install[file-checksums] += "${@'${IMA_EVM_X509}:%s' % os.path.exists('${IMA_EVM_X509}')}"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.2.rst71 .. _migration-4.2-rust-crate-checksums:
73 Rust: mandatory checksums for crates
76 This release now supports checksums for Rust crates and makes
83 to include such checksums. So, in case you need to add the list of checksums
91 #. Copy and paste the output of BitBake about the missing checksums into the
H A Dmigration-3.1.rst154 .. _migration-3.1-src-uri-checksums:
159 Previously, recipes by tradition included both SHA256 and MD5 checksums
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/
H A Dima-evm-utils_1.5.bb25 # blkid is called by evmctl when creating evm checksums.
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-ide-support.bb19 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
H A Dmeta-environment.bb51 d.appendVarFlag("do_generate_content", "file-checksums", " " + " ".join(searched))
/openbmc/linux/Documentation/networking/
H A Dskbuff.rst37 :doc: skb checksums
/openbmc/openbmc/meta-security/recipes-security/libmhash/
H A Dlibmhash_0.9.9.9.bb5 algorithms. These algorithms can be used to compute checksums, \
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py249 checksums = _ObjectList(SPDXChecksum) variable in SPDXPackage
258 checksums = _ObjectList(SPDXChecksum) variable in SPDXFile
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc48 # Missing checksums should raise an error
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst199 Recent 3com NICs are able to generate IPv4, TCP and UDP checksums
206 all Tornado and Cyclone devices will use S/G and Tx checksums.
209 decision. If you think that Tx checksums are causing a problem, you
217 not it is using hardware scatter/gather and hardware Tx checksums.
219 Scatter/gather and hardware checksums provide considerable
/openbmc/linux/drivers/md/
H A Ddm-integrity.c1795 char *checksums; in integrity_metadata() local
1809 if (!checksums) { in integrity_metadata()
1810 checksums = checksums_onstack; in integrity_metadata()
1823 memset(checksums, DISCARD_FILLER, max_size); in integrity_metadata()
1833 kfree(checksums); in integrity_metadata()
1840 if (likely(checksums != checksums_onstack)) in integrity_metadata()
1841 kfree(checksums); in integrity_metadata()
1856 checksums_ptr = checksums; in integrity_metadata()
1870 kfree(checksums); in integrity_metadata()
1888 if (likely(checksums != checksums_onstack)) in integrity_metadata()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.78.4.bb53 d.appendVarFlag("do_configure", "file-checksums", " " + " ".join(items))
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass42 # re-parsed so that the file-checksums function for do_compile is run every
126 d.setVarFlag('do_compile', 'file-checksums', '${@srctree_hash_files(d)}')
127 d.setVarFlag('do_configure', 'file-checksums', '${@srctree_configure_hash_files(d)}')
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py137 def __init__(self, url, **checksums): argument
139 self.checksums = checksums
690 checksums = verify_checksum(ud, d, precomputed_checksums)
693 if checksums != precomputed_checksums:
696 p.dump(checksums)
726 checksums = verify_checksum(ud, d)
730 p.dump(checksums)
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh39 Welcome to utility to compare sstate checksums between different MACHINEs.
/openbmc/linux/drivers/base/firmware_loader/
H A DKconfig30 bool "Log filenames and checksums for loaded firmware"
37 SHA256 checksums to the kernel log for each firmware file that is
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass378 do_populate_sdk[file-checksums] += "${TOOLCHAIN_SHAR_REL_TMPL}:True \
385 do_populate_sdk[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"

12345