| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 248 hashes = b'' 253 hashes += h.digest() 256 compute_hash(alg, hashes)) 310 hashes = b'' 312 hashes += Ghash(key).update(b'\xff' * data_len).digest() 315 Ghash(key).update(hashes).digest()) 319 hashes = b'' 321 hashes += Polyval(key).update(b'\xff' * data_len).digest() 324 Polyval(key).update(hashes).digest())
|
| /linux/net/sched/ |
| H A D | sch_sfb.c | 89 u32 hashes[2]; member 104 return sfb_skb_cb(skb)->hashes[slot]; in sfb_hash() 142 sfbhash = cb->hashes[0]; in increment_qlen() 146 sfbhash = cb->hashes[1]; in increment_qlen() 333 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue() 351 sfb_skb_cb(skb)->hashes[slot] = 0; in sfb_enqueue() 367 sfb_skb_cb(skb)->hashes[slot] = sfbhash; in sfb_enqueue()
|
| /linux/drivers/net/usb/ |
| H A D | dm9601.c | 279 u8 *hashes = (u8 *) & dev->data; in dm9601_set_multicast() local 282 memset(hashes, 0x00, DM_MCAST_SIZE); in dm9601_set_multicast() 283 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ in dm9601_set_multicast() 295 hashes[crc >> 3] |= 1 << (crc & 0x7); in dm9601_set_multicast() 299 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes); in dm9601_set_multicast()
|
| /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" 66 hashes is available to userspace via the apparmor 77 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/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/tools/testing/selftests/net/rds/ |
| H A D | README.txt | 7 corruption. A workload of 50000 hashes, each 64 characters in size,
|
| /linux/fs/xfs/scrub/ |
| H A D | dabtree.c | 126 if (hash < ds->hashes[level]) in xchk_da_btree_hash() 128 ds->hashes[level] = hash; in xchk_da_btree_hash()
|
| /linux/security/integrity/ |
| H A D | Kconfig | 117 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
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 106 1.2 chips, PCRs represent SHA-1 hashes, which are 20 bytes
|
| /linux/Documentation/crypto/ |
| H A D | krb5.rst | 260 A template AEAD crypto algorithm, called "krb5enc", is provided that hashes the
|
| /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/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/LSM/ |
| H A D | ipe.rst | 648 specific dm-verity volumes, identified via their root hashes. It has a
|
| /linux/crypto/ |
| H A D | Kconfig | 994 512, 384 and 256-bit hashes.
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1546 * KEYRING_SEARCH_LOOKUP_DIRECT - A direct lookup hashes the type and
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 720 norand: Do not re-randomize CFI hashes. 1964 hashdist= [KNL,NUMA] Large hashes allocated during boot
|