Home
last modified time | relevance | path

Searched refs:hashed (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.6/drivers/net/ipa/
Dipa_table.c148 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6) in ipa_table_mem() argument
152 mem_id = filter ? hashed ? ipv6 ? IPA_MEM_V6_FILTER_HASHED in ipa_table_mem()
156 : hashed ? ipv6 ? IPA_MEM_V6_ROUTE_HASHED in ipa_table_mem()
203 bool hashed, bool ipv6, u16 first, u16 count) in ipa_table_reset_add() argument
212 mem = ipa_table_mem(ipa, filter, hashed, ipv6); in ipa_table_reset_add()
231 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem) in ipa_filter_reset_table() argument
256 ipa_table_reset_add(trans, true, hashed, ipv6, endpoint_id, 1); in ipa_filter_reset_table()
/Linux-v6.6/lib/zstd/compress/
Dzstd_ldm.c283 size_t hashed; in ZSTD_ldm_fillHashTable() local
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable()
302 ip += hashed; in ZSTD_ldm_fillHashTable()
361 size_t hashed; in ZSTD_ldm_generateSequences_internal() local
365 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
479 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal()
482 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal()
487 ip += hashed; in ZSTD_ldm_generateSequences_internal()
/Linux-v6.6/Documentation/ABI/testing/
Ddebugfs-pfo-nx-crypto36 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.
Dima_policy77 files where the security.ima xattr was hashed with one
Dsysfs-class-cxl73 running under hashed page table mmu.
/Linux-v6.6/Documentation/security/tpm/
Dtpm_event_log.rst14 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-v6.6/drivers/scsi/libsas/
Dsas_init.c68 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()
/Linux-v6.6/fs/verity/
DKconfig26 be hashed at once, such as: (a) auditing (logging the file's
/Linux-v6.6/Documentation/filesystems/
Domfs.rst85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
Dfsverity.rst127 provided. The salt is a value that is prepended to every hashed
269 the same order that their hashes are themselves hashed.
380 zero-padded if needed. Each block is then hashed, producing the first
383 these blocks are hashed, producing the second level of hashes. This
396 prepended to every data or Merkle tree block that is hashed.
433 __u8 salt[32]; /* salt prepended to each hashed block */
731 hashed and what to do with those hashes, such as log them,
764 children, and so on until you've actually hashed the entire file.
Dorangefs.rst358 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.
Dext2.rst340 finding) files in such large directories. Using a hashed directory index
Dfscrypt.rst302 IV_INO_LBLK_32, the inode number is hashed with SipHash-2-4 (where the
474 is then hashed and added mod 2^32.
Dvfs.rst1312 to be hashed into.
1453 dentry is not hashed, it is deleted. Otherwise cached dentries
/Linux-v6.6/Documentation/scsi/
DChangeLog.sym53c8xx_2135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
/Linux-v6.6/include/scsi/
Dlibsas.h407 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
/Linux-v6.6/fs/jffs2/
DREADME.Locking102 This spinlock protects the hashed list (c->inocache_list) of the
/Linux-v6.6/Documentation/process/
Ddeprecated.rst169 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-v6.6/Documentation/bpf/
Dringbuf.rst66 with hashed task's tgid being a look up key to preserve order, but reduce
/Linux-v6.6/Documentation/filesystems/ext4/
Ddirectory.rst198 hashed btree (htree) to organize and find directory entries. For
Dinodes.rst263 - Directory has hashed indexes (EXT4_INDEX_FL).
/Linux-v6.6/Documentation/arch/x86/
Dsgx.rst176 hashed to the four **IA32_SGXLEPUBKEYHASH{0, 1, 2, 3}** MSRs representing the
/Linux-v6.6/Documentation/security/
Dself-protection.rst282 addresses printed with the specifier %p are hashed before printing.
/Linux-v6.6/Documentation/core-api/
Dprintk-formats.rst79 hashed to prevent leaking information about the kernel memory layout. This
/Linux-v6.6/Documentation/trace/
Dhistogram-design.rst100 object hashed by a given histogram key.
158 If a map_entry is unused, meaning no key has yet hashed into it, its | |

12