Searched refs:hashed (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v5.15/Documentation/ABI/testing/ |
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.
|
D | ima_policy | 61 files where the security.ima xattr was hashed with one
|
D | sysfs-class-cxl | 73 running under hashed page table mmu.
|
/Linux-v5.15/Documentation/security/tpm/ |
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-v5.15/drivers/scsi/libsas/ |
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()
|
/Linux-v5.15/fs/verity/ |
D | Kconfig | 25 be hashed at once, such as: (a) auditing (logging the file's
|
/Linux-v5.15/Documentation/filesystems/ |
D | omfs.rst | 85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
|
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.
|
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.
|
D | ext2.rst | 342 finding) files in such large directories. Using a hashed directory index
|
D | fscrypt.rst | 302 IV_INO_LBLK_32, the inode number is hashed with SipHash-2-4 (where the 388 is then hashed and added mod 2^32.
|
D | vfs.rst | 1230 to be hashed into. 1371 dentry is not hashed, it is deleted. Otherwise cached dentries
|
/Linux-v5.15/include/scsi/ |
D | libsas.h | 425 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
|
/Linux-v5.15/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
|
/Linux-v5.15/Documentation/process/ |
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
|
/Linux-v5.15/fs/jffs2/ |
D | README.Locking | 102 This spinlock protects the hashed list (c->inocache_list) of the
|
/Linux-v5.15/Documentation/x86/ |
D | sgx.rst | 161 hashed to the four **IA32_SGXLEPUBKEYHASH{0, 1, 2, 3}** MSRs representing the
|
/Linux-v5.15/Documentation/bpf/ |
D | ringbuf.rst | 66 with hashed task's tgid being a look up key to preserve order, but reduce
|
/Linux-v5.15/Documentation/security/ |
D | self-protection.rst | 283 addresses printed with the specifier %p are hashed before printing.
|
/Linux-v5.15/Documentation/filesystems/ext4/ |
D | directory.rst | 198 hashed btree (htree) to organize and find directory entries. For
|
D | inodes.rst | 263 - Directory has hashed indexes (EXT4\_INDEX\_FL).
|
/Linux-v5.15/Documentation/core-api/ |
D | printk-formats.rst | 78 hashed to prevent leaking information about the kernel memory layout. This
|
/Linux-v5.15/Documentation/trace/ |
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 | |
|
/Linux-v5.15/Documentation/kernel-hacking/ |
D | locking.rst | 901 spinlock, and a chain of hashed objects. Inside a softirq handler, you
|
/Linux-v5.15/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 465 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
|
12