Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_table.c151 ipa_table_valid_one(struct ipa *ipa, bool route, bool ipv6, bool hashed) in ipa_table_valid_one() argument
159 mem = hashed ? &ipa->mem[IPA_MEM_V6_ROUTE_HASHED] in ipa_table_valid_one()
162 mem = hashed ? &ipa->mem[IPA_MEM_V4_ROUTE_HASHED] in ipa_table_valid_one()
167 mem = hashed ? &ipa->mem[IPA_MEM_V6_FILTER_HASHED] in ipa_table_valid_one()
170 mem = hashed ? &ipa->mem[IPA_MEM_V4_FILTER_HASHED] in ipa_table_valid_one()
175 if (!ipa_cmd_table_valid(ipa, mem, route, ipv6, hashed)) in ipa_table_valid_one()
183 if (hashed && !mem->size) in ipa_table_valid_one()
187 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_table_valid_one()
H A Dipa_cmd.h67 bool route, bool ipv6, bool hashed);
81 bool ipv6, bool hashed) in ipa_cmd_table_valid() argument
H A 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()
179 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_cmd_table_valid()
190 ipv6 ? '6' : '4', hashed ? "hashed " : "", in ipa_cmd_table_valid()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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.
H A Dsysfs-class-cxl73 running under hashed page table mmu.
/OK3568_Linux_fs/kernel/Documentation/security/tpm/
H A 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
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gdbm/
H A Dgdbm_1.23.bb4 to a programmer needing to create and manipulate a hashed database."
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dsignature.txt118 - hashed-nodes: A list of nodes which were hashed by the signer. Each is
121 hashed-nodes = "/", "/configurations/conf@1", "/images/kernel@1",
125 - hashed-strings: The start and size of the string region of the FIT that
126 was hashed
H A Dbeaglebone_vboot.txt382 First we can check which nodes are actually hashed by the configuration:
394 hashed-strings
395 hashed-nodes
404 fdtget image.fit /configurations/conf@1/signature@1 hashed-nodes
/OK3568_Linux_fs/kernel/fs/verity/
H A DKconfig25 be hashed at once, such as: (a) auditing (logging the file's
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst115 provided. The salt is a value that is prepended to every hashed
254 the same order that their hashes are themselves hashed.
363 zero-padded if needed. Each block is then hashed, producing the first
366 these blocks are hashed, producing the second level of hashes. This
379 prepended to every data or Merkle tree block that is hashed.
416 __u8 salt[32]; /* salt prepended to each hashed block */
653 hashed and what to do with those hashes, such as log them,
686 children, and so on until you've actually hashed the entire file.
H A Domfs.rst85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
H A 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.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.1.rst39 - docs: migration-guides: migration-3.4: mention that hardcoded password are supported if hashed
42 - docs: ref-manual: variables: add hashed password example in EXTRA_USERS_PARAMS
H A Dmigration-3.4.rst270 Hardcoded passwords are still supported but they need to be hashed, see
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.sym53c8xx_2135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h425 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
/OK3568_Linux_fs/kernel/Documentation/process/
H A 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
/OK3568_Linux_fs/buildroot/system/
H A DConfig.in269 Note: "$" signs in the hashed password must be doubled. For
270 example, if the hashed password is
/OK3568_Linux_fs/kernel/fs/jffs2/
H A DREADME.Locking102 This spinlock protects the hashed list (c->inocache_list) of the
/OK3568_Linux_fs/kernel/drivers/char/
H A DKconfig481 random numbers are never used directly, but are rather hashed into
499 seed is not used directly, but is rather hashed into the main input
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duseradd-staticids.bbclass89 # Note: we ignore the password field, as including even the hashed password
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dringbuf.rst66 with hashed task's tgid being a look up key to preserve order, but reduce
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Ddirectory.rst198 hashed btree (htree) to organize and find directory entries. For

123