| /linux-6.15/drivers/net/ipa/ |
| H A D | ipa_table.c | 145 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6) in ipa_table_mem() argument 149 mem_id = filter ? hashed ? ipv6 ? IPA_MEM_V6_FILTER_HASHED in ipa_table_mem() 153 : hashed ? ipv6 ? IPA_MEM_V6_ROUTE_HASHED in ipa_table_mem() 206 bool hashed, bool ipv6, u16 first, u16 count) in ipa_table_reset_add() argument 215 mem = ipa_table_mem(ipa, filter, hashed, ipv6); in ipa_table_reset_add() 234 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem) in ipa_filter_reset_table() argument 258 ipa_table_reset_add(trans, true, hashed, ipv6, endpoint_id, 1); in ipa_filter_reset_table()
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_ldm.c | 303 size_t hashed; in ZSTD_ldm_fillHashTable() local 307 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable() 322 ip += hashed; in ZSTD_ldm_fillHashTable() 383 size_t hashed; in ZSTD_ldm_generateSequences_internal() local 387 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal() 501 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal() 504 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal() 509 ip += hashed; in ZSTD_ldm_generateSequences_internal()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | debugfs-pfo-nx-crypto | 36 The total number of bytes hashed by the hardware using SHA-256. 42 The total number of bytes hashed by the hardware using SHA-512.
|
| H A D | ima_policy | 77 files where the security.ima xattr was hashed with one
|
| /linux-6.15/Documentation/security/tpm/ |
| H A D | tpm_event_log.rst | 14 time something gets hashed by it to any of the PCR registers. The events 15 are segregated by their type and contain the value of the hashed PCR
|
| /linux-6.15/drivers/scsi/libsas/ |
| H A D | sas_init.c | 68 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) in sas_hash_addr() argument 88 hashed[0] = (r >> 16) & 0xFF; in sas_hash_addr() 89 hashed[1] = (r >> 8) & 0xFF; in sas_hash_addr() 90 hashed[2] = r & 0xFF; in sas_hash_addr()
|
| H A D | sas_internal.h | 42 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
|
| /linux-6.15/fs/verity/ |
| H A D | Kconfig | 22 be hashed at once, such as: (a) auditing (logging the file's
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | omfs.rst | 85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
|
| H A D | fsverity.rst | 137 provided. The salt is a value that is prepended to every hashed 285 the same order that their hashes are themselves hashed. 396 zero-padded if needed. Each block is then hashed, producing the first 399 these blocks are hashed, producing the second level of hashes. This 412 prepended to every data or Merkle tree block that is hashed. 449 __u8 salt[32]; /* salt prepended to each hashed block */ 760 hashed and what to do with those hashes, such as log them, 793 children, and so on until you've actually hashed the entire file.
|
| H A D | orangefs.rst | 358 and the op is hashed on its tag and put onto the end of a list in the 359 in_progress hash table at the index the tag hashed to.
|
| H A D | ext2.rst | 340 finding) files in such large directories. Using a hashed directory index
|
| H A D | fscrypt.rst | 301 IV_INO_LBLK_32, the inode number is hashed with SipHash-2-4 (where the 498 - With `IV_INO_LBLK_32 policies`_, the file's inode number is hashed
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx_2 | 135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
|
| /linux-6.15/fs/jffs2/ |
| H A D | README.Locking | 102 This spinlock protects the hashed list (c->inocache_list) of the
|
| /linux-6.15/Documentation/process/ |
| H A D | deprecated.rst | 169 be exploitable, all "%p" uses in the kernel are being printed as a hashed 177 - If the hashed "%p" value is pointless, ask yourself whether the pointer
|
| /linux-6.15/Documentation/ABI/removed/ |
| H A D | sysfs-class-cxl | 75 running under hashed page table mmu.
|
| /linux-6.15/Documentation/bpf/ |
| H A D | ringbuf.rst | 66 with hashed task's tgid being a look up key to preserve order, but reduce
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 198 hashed btree (htree) to organize and find directory entries. For
|
| H A D | inodes.rst | 263 - Directory has hashed indexes (EXT4_INDEX_FL).
|
| /linux-6.15/Documentation/security/ |
| H A D | self-protection.rst | 282 addresses printed with the specifier %p are hashed before printing.
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | sgx.rst | 176 hashed to the four **IA32_SGXLEPUBKEYHASH{0, 1, 2, 3}** MSRs representing the
|
| /linux-6.15/Documentation/core-api/ |
| H A D | printk-formats.rst | 79 hashed to prevent leaking information about the kernel memory layout. This
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | vdo-design.rst | 83 Each block of data is hashed to produce a 16-byte block name. An index 430 The data_vio's data is hashed and the hash (the "record name") is
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram-design.rst | 100 object hashed by a given histogram key. 158 If a map_entry is unused, meaning no key has yet hashed into it, its | |
|