| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 177 hashes = b'' 182 hashes += h.digest() 185 compute_hash(alg, hashes)) 239 hashes = b'' 241 hashes += Polyval(key).update(b'\xff' * data_len).digest() 244 Polyval(key).update(hashes).digest())
|
| /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/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>. 154 If verity hashes are in cache and the IO size does not exceed the limit, 173 After instantiation, all hashes will be verified on-demand during 178 Cryptographic hashes are used to assert the integrity of the device on a 180 into the page cache. Block hashes are stored linearly, aligned to the nearest 197 selected cryptographic digest algorithm. The hashes are linearly-ordered in
|
| /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/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/drivers/crypto/ |
| H A D | Kconfig | 585 (default), hashes-only, or skciphers-only. 621 Enable hashes/HMAC algorithms only:
|
| /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 | 1015 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 | 723 norand: Do not re-randomize CFI hashes. 1985 hashdist= [KNL,NUMA] Large hashes allocated during boot
|