Home
last modified time | relevance | path

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

12345678910>>...16

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch108 +# srcdata: filename -> [ excl, brexcl, checksums ]
111 +# checksums: lineno -> source code checksum
127 + my ($excl, $brexcl, $checksums);
131 + ($excl, $brexcl, $checksums) = @{$srcdata->{$filename}};
168 + if ($checksum && exists($checksums->{$line})) {
169 + $c = ",".$checksums->{$line};
H A D0001-geninfo-Add-intermediate-text-format-support.patch213 +# srcdata: filename -> [ excl, brexcl, checksums ]
216 +# checksums: lineno -> source code checksum
233 + my ($excl, $brexcl, $checksums);
236 + ($excl, $brexcl, $checksums) = @{$srcdata->{$filename}};
244 + if ($checksum && exists($checksums->{$1})) {
245 + $c = ",".$checksums->{$1};
445 + # Get data on exclusion markers and checksums if requested
550 +# Scan specified source code file for exclusion markers and checksums. Return
551 +# ( excl, brexcl, checksums ) where
554 +# checksums: lineno -> source code checksum
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py146 checksums = {}
203 checksums.update(event.checksums)
246 return checksums, tmpdir
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/
H A Ddebsums_2.2.2.bb4 MD5 checksums debsums can verify the integrity of installed package files \
5 against MD5 checksums installed by the package, or generated from a .deb \
/OK3568_Linux_fs/buildroot/package/libfuse3/
H A Dlibfuse3.hash1 # Locally calculated sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-piexif/
H A Dpython-piexif.hash1 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-cycler/
H A Dpython-cycler.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-boto3/
H A Dpython-boto3.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-canopen/
H A Dpython-canopen.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-botocore/
H A Dpython-botocore.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-matplotlib/
H A Dpython-matplotlib.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-huepy/
H A Dpython-huepy.hash1 # Locally computer sha256 checksums
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.hash1 # Locally computed checksums
/OK3568_Linux_fs/buildroot/package/python-can/
H A Dpython-can.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/lvm2/
H A Dlvm2.hash3 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-ansicolors/
H A Dpython-ansicolors.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-dnspython/
H A Dpython-dnspython.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-brotli/
H A Dpython-brotli.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-tqdm/
H A Dpython-tqdm.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-simplesqlite/
H A Dpython-simplesqlite.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-django/
H A Dpython-django.hash4 # Locally computed sha256 checksums
/OK3568_Linux_fs/buildroot/package/python-aiozipkin/
H A Dpython-aiozipkin.hash4 # Locally computed sha256 checksums

12345678910>>...16