/Linux-v4.19/drivers/net/usb/ |
D | sr9700.c | 263 u8 *hashes = (u8 *)&dev->data; in sr9700_set_multicast() local 267 memset(hashes, 0x00, SR_MCAST_SIZE); in sr9700_set_multicast() 269 hashes[SR_MCAST_SIZE - 1] |= SR_MCAST_ADDR_FLAG; in sr9700_set_multicast() 280 hashes[crc >> 3] |= 1 << (crc & 0x7); in sr9700_set_multicast() 284 sr_write_async(dev, SR_MAR, SR_MCAST_SIZE, hashes); in sr9700_set_multicast()
|
D | dm9601.c | 294 u8 *hashes = (u8 *) & dev->data; in dm9601_set_multicast() local 297 memset(hashes, 0x00, DM_MCAST_SIZE); in dm9601_set_multicast() 298 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ in dm9601_set_multicast() 310 hashes[crc >> 3] |= 1 << (crc & 0x7); in dm9601_set_multicast() 314 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes); in dm9601_set_multicast()
|
/Linux-v4.19/Documentation/pcmcia/ |
D | devicetable.txt | 6 - product ID strings _and_ hashes of these strings 14 hashes of the string to the macro, e.g. if you want to match the product ID
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 47 inaccessible. You can place hashes to the same partition as data, in this 48 case hashes are placed after <num_data_blocks>. 133 After instantiation, all hashes will be verified on-demand during 138 Cryptographic hashes are used to assert the integrity of the device on a 140 into the page cache. Block hashes are stored linearly, aligned to the nearest 157 selected cryptographic digest algorithm. The hashes are linearly-ordered in
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dabtree.h | 13 xfs_dahash_t hashes[XFS_DA_NODE_MAXDEPTH]; member
|
D | dabtree.c | 138 if (hash < ds->hashes[level]) in xchk_da_btree_hash() 140 ds->hashes[level] = hash; in xchk_da_btree_hash()
|
/Linux-v4.19/net/sched/ |
D | sch_sfb.c | 93 u32 hashes[2]; member 108 return sfb_skb_cb(skb)->hashes[slot]; in sfb_hash() 329 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue() 347 sfb_skb_cb(skb)->hashes[slot] = 0; in sfb_enqueue() 362 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
|
/Linux-v4.19/security/apparmor/ |
D | Kconfig | 34 bool "Enable introspection of sha1 hashes for loaded profiles" 49 is enabled by default. The generation of sha1 hashes for
|
/Linux-v4.19/fs/reiserfs/ |
D | Makefile | 10 hashes.o tail_conversion.o journal.o resize.o \
|
D | README | 94 Yura helps with benchmarking, coding hashes, and block pre-allocation
|
/Linux-v4.19/Documentation/devicetree/bindings/crypto/ |
D | img-hash.txt | 4 SHA1, SHA224, SHA256 and MD5 hashes
|
/Linux-v4.19/certs/ |
D | Kconfig | 81 If set, this option should be the filename of a list of hashes in the
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-python.txt | 248 (implemented in Core.py) that implements Perl's 'autovivifying' hashes 249 in Python i.e. with autovivifying hashes, you can assign nested hash 578 dictionary that implements Perl's 'autovivifying' hashes in Python 579 i.e. with autovivifying hashes, you can assign nested hash values
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 106 1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 74 man-in-the-middle attacks and stronger crypto hashes, so the use
|
/Linux-v4.19/Documentation/timers/ |
D | hrtimers.txt | 92 such as radix trees and hashes, we chose the red black tree as the basic
|
/Linux-v4.19/Documentation/ |
D | intel_txt.txt | 76 hashes, these measurement changes are difficult to assess or
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 592 filename hashes. When a ->lookup() is requested, the filesystem 593 normally hashes the filename being looked up so that it can quickly
|
/Linux-v4.19/Documentation/networking/ |
D | rds.txt | 397 transport is multipath-capable, rds_sendmsg() hashes outgoing traffic
|
D | scaling.txt | 245 a single application thread handles flows with many different flow hashes.
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | super.rst | 239 - Default hash algorithm to use for directory hashes. See super_def_hash_
|
/Linux-v4.19/crypto/ |
D | Kconfig | 993 Tiger hash algorithm 192, 160 and 128-bit hashes 1006 Whirlpool hash algorithm 512, 384 and 256-bit hashes
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 618 using weaker password hashes is 0x37037 (lanman,
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 1353 * KEYRING_SEARCH_LOOKUP_DIRECT - A direct lookup hashes the type and
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1325 hashdist= [KNL,NUMA] Large hashes allocated during boot
|