Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/net/usb/
H A Dsr9700.c271 u8 *hashes = (u8 *)&dev->data; in sr9700_set_multicast() local
275 memset(hashes, 0x00, SR_MCAST_SIZE); in sr9700_set_multicast()
277 hashes[SR_MCAST_SIZE - 1] |= SR_MCAST_ADDR_FLAG; in sr9700_set_multicast()
288 hashes[crc >> 3] |= 1 << (crc & 0x7); in sr9700_set_multicast()
292 sr_write_async(dev, SR_MAR, SR_MCAST_SIZE, hashes); in sr9700_set_multicast()
H A Ddm9601.c300 u8 *hashes = (u8 *) & dev->data; in dm9601_set_multicast() local
303 memset(hashes, 0x00, DM_MCAST_SIZE); in dm9601_set_multicast()
304 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ in dm9601_set_multicast()
316 hashes[crc >> 3] |= 1 << (crc & 0x7); in dm9601_set_multicast()
320 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes); in dm9601_set_multicast()
/linux/Documentation/admin-guide/device-mapper/
H A Dverity.rst51 inaccessible. You can place hashes to the same partition as data, in this
52 case hashes are placed after <num_data_blocks>.
145 If verity hashes are in cache, verify data blocks in kernel tasklet instead
157 After instantiation, all hashes will be verified on-demand during
162 Cryptographic hashes are used to assert the integrity of the device on a
164 into the page cache. Block hashes are stored linearly, aligned to the nearest
181 selected cryptographic digest algorithm. The hashes are linearly-ordered in
/linux/Documentation/pcmcia/
H A Ddevicetable.rst10 - product ID strings _and_ hashes of these strings
18 hashes of the string to the macro, e.g. if you want to match the product ID
/linux/security/apparmor/
H A DKconfig60 bool "Enable introspection of sha256 hashes for loaded profiles"
67 hashes is available to userspace via the apparmor
78 is enabled by default. The generation of sha256 hashes for
/linux/Documentation/bpf/
H A Dmap_bloom_filter.rst37 The number of hashes to use for the bloom filter is configurable using
40 functions. In general, using more hashes decreases both the false
150 .map_extra = 3); /* number of hashes */
/linux/Documentation/ABI/testing/
H A Ddebugfs-turris-mox-rwtm10 (since this is intended for SHA-512 hashes).
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-boot.rst22 hashes, to ensure integrity. Afterwards KVM can run the PVM via the
56 The PV header contains the keys and hashes, which the UV will use to
/linux/Documentation/devicetree/bindings/crypto/
H A Dimg-hash.txt4 SHA1, SHA224, SHA256 and MD5 hashes
/linux/certs/
H A DMakefile16 $(AWK) -f $(src)/check-blacklist-hashes.awk $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST) >&2; \
H A DKconfig122 If set, this option should be the filename of a list of hashes in the
127 Certificate hashes can be generated with
/linux/tools/testing/selftests/net/rds/
H A DREADME.txt7 corruption. A workload of 50000 hashes, each 64 characters in size,
/linux/security/integrity/
H A DKconfig116 hashes to the .blacklist keyring for powerpc based platforms.
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst16 hashes to each next hop in the group, and then selects the next hop by
53 algorithm, the range of hashes associated with a next hop must be
H A Drds.rst422 transport is multipath-capable, rds_sendmsg() hashes outgoing traffic
H A Dscaling.rst324 a single application thread handles flows with many different flow hashes.
/linux/Documentation/filesystems/
H A Dubifs-authentication.rst262 data, the hashes of their parent index nodes thus cover all the file contents
266 Whenever a file is read, UBIFS can verify the hashes from each leaf node up to
319 hashes to index nodes does not change this since each hash will be persisted
/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm106 1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes
/linux/fs/smb/client/
H A DKconfig76 man-in-the-middle attacks and stronger crypto hashes, so the use
/linux/Documentation/timers/
H A Dhrtimers.rst92 such as radix trees and hashes, we chose the red black tree as the basic
/linux/Documentation/arch/x86/
H A Dintel_txt.rst76 hashes, these measurement changes are difficult to assess or
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst239 - Default hash algorithm to use for directory hashes. See super_def_hash_
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst42 in-flight commits' SHA1 hashes, and having to reject a pull request due to bugs
/linux/Documentation/translations/sp_SP/process/
H A Dmaintainer-kvm-x86.rst49 de una rama temática no tiene impacto en los hashes SHA1 de otros commit
/linux/Documentation/admin-guide/
H A Dext4.rst122 userspace nor to the disk, with the important exception of disk hashes,

12