Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/net/ipa/
Dipa_table.c153 ipa_table_valid_one(struct ipa *ipa, bool route, bool ipv6, bool hashed) in ipa_table_valid_one() argument
161 mem = hashed ? &ipa->mem[IPA_MEM_V6_ROUTE_HASHED] in ipa_table_valid_one()
164 mem = hashed ? &ipa->mem[IPA_MEM_V4_ROUTE_HASHED] in ipa_table_valid_one()
169 mem = hashed ? &ipa->mem[IPA_MEM_V6_FILTER_HASHED] in ipa_table_valid_one()
172 mem = hashed ? &ipa->mem[IPA_MEM_V4_FILTER_HASHED] in ipa_table_valid_one()
177 if (!ipa_cmd_table_valid(ipa, mem, route, ipv6, hashed)) in ipa_table_valid_one()
185 if (hashed && !mem->size) in ipa_table_valid_one()
189 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_table_valid_one()
Dipa_cmd.h67 bool route, bool ipv6, bool hashed);
81 bool ipv6, bool hashed) in ipa_cmd_table_valid() argument
Dipa_cmd.c169 bool route, bool ipv6, bool hashed) in ipa_cmd_table_valid() argument
174 offset_max = hashed ? field_max(IP_FLTRT_FLAGS_HASH_ADDR_FMASK) in ipa_cmd_table_valid()
180 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_cmd_table_valid()
190 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_cmd_table_valid()
/Linux-v5.10/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.
Dsysfs-class-cxl73 running under hashed page table mmu.
/Linux-v5.10/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-v5.10/drivers/scsi/libsas/
Dsas_init.c71 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) in sas_hash_addr() argument
91 hashed[0] = (r >> 16) & 0xFF; in sas_hash_addr()
92 hashed[1] = (r >> 8) & 0xFF; in sas_hash_addr()
93 hashed[2] = r & 0xFF; in sas_hash_addr()
/Linux-v5.10/fs/verity/
DKconfig21 be hashed at once, such as: (a) auditing (logging the file's
/Linux-v5.10/Documentation/filesystems/
Domfs.rst85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
Dfsverity.rst115 provided. The salt is a value that is prepended to every hashed
287 zero-padded if needed. Each block is then hashed, producing the first
290 these blocks are hashed, producing the second level of hashes. This
303 prepended to every data or Merkle tree block that is hashed.
340 __u8 salt[32]; /* salt prepended to each hashed block */
581 hashed and what to do with those hashes, such as log them,
614 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.rst341 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
388 is then hashed and added mod 2^32.
Dvfs.rst1211 to be hashed into.
1352 dentry is not hashed, it is deleted. Otherwise cached dentries
/Linux-v5.10/Documentation/scsi/
DChangeLog.sym53c8xx_2135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
/Linux-v5.10/include/scsi/
Dlibsas.h429 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
/Linux-v5.10/Documentation/process/
Ddeprecated.rst151 be exploitable, all "%p" uses in the kernel are being printed as a hashed
159 - If the hashed "%p" value is pointless, ask yourself whether the pointer
/Linux-v5.10/fs/jffs2/
DREADME.Locking102 This spinlock protects the hashed list (c->inocache_list) of the
/Linux-v5.10/Documentation/bpf/
Dringbuf.rst66 with hashed task's tgid being a look up key to preserve order, but reduce
/Linux-v5.10/Documentation/filesystems/ext4/
Ddirectory.rst173 hashed btree (htree) to organize and find directory entries. For
Dinodes.rst263 - Directory has hashed indexes (EXT4\_INDEX\_FL).
/Linux-v5.10/Documentation/security/
Dself-protection.rst283 addresses printed with the specifier %p are hashed before printing.
/Linux-v5.10/Documentation/core-api/
Dprintk-formats.rst79 hashed to prevent leaking information about the kernel memory layout. This
/Linux-v5.10/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 | |
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dkernel.rst459 When ``kptr_restrict`` is set to 0 (the default) the address is hashed

12