Searched refs:hashes (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/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>. 91 After instantiation, all hashes will be verified on-demand during 96 Cryptographic hashes are used to assert the integrity of the device on a 98 into the page cache. Block hashes are stored linearly, aligned to the nearest 110 selected cryptographic digest algorithm. The hashes are linearly-ordered in
|
/linux-4.4.14/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-4.4.14/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-4.4.14/net/sched/ |
D | sch_sfb.c | 91 u32 hashes[2]; member 106 return sfb_skb_cb(skb)->hashes[slot]; in sfb_hash() 324 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue() 342 sfb_skb_cb(skb)->hashes[slot] = 0; in sfb_enqueue() 357 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
|
/linux-4.4.14/fs/reiserfs/ |
D | Makefile | 9 hashes.o tail_conversion.o journal.o resize.o \
|
D | README | 94 Yura helps with benchmarking, coding hashes, and block pre-allocation
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | img-hash.txt | 4 SHA1, SHA224, SHA256 and MD5 hashes
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 250 (implemented in Core.py) that implements Perl's 'autovivifying' hashes 251 in Python i.e. with autovivifying hashes, you can assign nested hash 583 dictionary that implements Perl's 'autovivifying' hashes in Python 584 i.e. with autovivifying hashes, you can assign nested hash values
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 106 1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 92 such as radix trees and hashes, we chose the red black tree as the basic
|
/linux-4.4.14/Documentation/ |
D | intel_txt.txt | 69 hashes, these measurement changes are difficult to assess or
|
D | kernel-parameters.txt | 1286 hashdist= [KNL,NUMA] Large hashes allocated during boot
|
/linux-4.4.14/crypto/ |
D | Kconfig | 761 Tiger hash algorithm 192, 160 and 128-bit hashes 774 Whirlpool hash algorithm 512, 384 and 256-bit hashes
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 245 a single application thread handles flows with many different flow hashes.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 625 using weaker password hashes is 0x37037 (lanman,
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 1255 [*] KEYRING_SEARCH_LOOKUP_DIRECT - A direct lookup hashes the type and
|