| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_table.c | 151 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 D | ipa_cmd.h | 67 bool route, bool ipv6, bool hashed); 81 bool ipv6, bool hashed) in ipa_cmd_table_valid() argument
|
| H A D | ipa_cmd.c | 169 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 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 | sysfs-class-cxl | 73 running under hashed page table mmu.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_init.c | 71 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 D | gdbm_1.23.bb | 4 to a programmer needing to create and manipulate a hashed database."
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 118 - 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 D | beaglebone_vboot.txt | 382 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 D | Kconfig | 25 be hashed at once, such as: (a) auditing (logging the file's
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 115 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 D | omfs.rst | 85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
|
| 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.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.1.rst | 39 - 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 D | migration-3.4.rst | 270 Hardcoded passwords are still supported but they need to be hashed, see
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx_2 | 135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libsas.h | 425 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | deprecated.rst | 151 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 D | Config.in | 269 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 D | README.Locking | 102 This spinlock protects the hashed list (c->inocache_list) of the
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | Kconfig | 481 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 D | useradd-staticids.bbclass | 89 # Note: we ignore the password field, as including even the hashed password
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | ringbuf.rst | 66 with hashed task's tgid being a look up key to preserve order, but reduce
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 198 hashed btree (htree) to organize and find directory entries. For
|