/linux/drivers/net/usb/ |
H A D | sr9700.c | 271 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 D | dm9601.c | 300 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 D | verity.rst | 51 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 D | devicetable.rst | 10 - 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 D | Kconfig | 60 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 D | map_bloom_filter.rst | 37 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 D | debugfs-turris-mox-rwtm | 10 (since this is intended for SHA-512 hashes).
|
/linux/Documentation/virt/kvm/s390/ |
H A D | s390-pv-boot.rst | 22 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 D | img-hash.txt | 4 SHA1, SHA224, SHA256 and MD5 hashes
|
/linux/certs/ |
H A D | Makefile | 16 $(AWK) -f $(src)/check-blacklist-hashes.awk $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST) >&2; \
|
H A D | Kconfig | 122 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 D | README.txt | 7 corruption. A workload of 50000 hashes, each 64 characters in size,
|
/linux/security/integrity/ |
H A D | Kconfig | 116 hashes to the .blacklist keyring for powerpc based platforms.
|
/linux/Documentation/networking/ |
H A D | nexthop-group-resilient.rst | 16 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 D | rds.rst | 422 transport is multipath-capable, rds_sendmsg() hashes outgoing traffic
|
H A D | scaling.rst | 324 a single application thread handles flows with many different flow hashes.
|
/linux/Documentation/filesystems/ |
H A D | ubifs-authentication.rst | 262 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 D | sysfs-class-tpm | 106 1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes
|
/linux/fs/smb/client/ |
H A D | Kconfig | 76 man-in-the-middle attacks and stronger crypto hashes, so the use
|
/linux/Documentation/timers/ |
H A D | hrtimers.rst | 92 such as radix trees and hashes, we chose the red black tree as the basic
|
/linux/Documentation/arch/x86/ |
H A D | intel_txt.rst | 76 hashes, these measurement changes are difficult to assess or
|
/linux/Documentation/filesystems/ext4/ |
H A D | super.rst | 239 - Default hash algorithm to use for directory hashes. See super_def_hash_
|
/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 42 in-flight commits' SHA1 hashes, and having to reject a pull request due to bugs
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | maintainer-kvm-x86.rst | 49 de una rama temática no tiene impacto en los hashes SHA1 de otros commit
|
/linux/Documentation/admin-guide/ |
H A D | ext4.rst | 122 userspace nor to the disk, with the important exception of disk hashes,
|