Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.1.9/drivers/crypto/aspeed/
DKconfig6 Hash and Crypto Engine (HACE) is designed to accelerate the
22 bool "Enable Aspeed Hash & Crypto Engine (HACE) hash"
29 Select here to enable Aspeed Hash & Crypto Engine (HACE)
35 bool "Enable Aspeed Hash & Crypto Engine (HACE) crypto"
45 Select here to enable Aspeed Hash & Crypto Engine (HACE)
/linux-6.1.9/arch/arm/crypto/
DKconfig17 tristate "Hash functions: GHASH (PMULL/NEON/ARMv8 Crypto Extensions)"
36 tristate "Hash functions: NHPoly1305 (NEON)"
46 tristate "Hash functions: Poly1305 (NEON)"
56 bool "Hash functions: BLAKE2s"
69 tristate "Hash functions: BLAKE2b (NEON)"
85 tristate "Hash functions: SHA-1"
94 tristate "Hash functions: SHA-1 (NEON)"
106 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
116 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
127 tristate "Hash functions: SHA-224 and SHA-256 (NEON)"
[all …]
/linux-6.1.9/arch/arm64/crypto/
DKconfig6 tristate "Hash functions: GHASH (ARMv8 Crypto Extensions)"
19 tristate "Hash functions: NHPoly1305 (NEON)"
29 tristate "Hash functions: Poly1305 (NEON)"
40 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
51 tristate "Hash functions: SHA-224 and SHA-256"
59 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
70 tristate "Hash functions: SHA-384 and SHA-512"
78 tristate "Hash functions: SHA-384 and SHA-512 (ARMv8 Crypto Extensions)"
89 tristate "Hash functions: SHA-3 (ARMv8.2 Crypto Extensions)"
100 tristate "Hash functions: SM3 (NEON)"
[all …]
/linux-6.1.9/arch/mips/crypto/
DKconfig15 tristate "Hash functions: Poly1305"
34 tristate "Hash functions: SHA-1 (OCTEON)"
44 tristate "Hash functions: SHA-224 and SHA-256 (OCTEON)"
54 tristate "Hash functions: SHA-384 and SHA-512 (OCTEON)"
/linux-6.1.9/arch/s390/crypto/
DKconfig18 tristate "Hash functions: SHA-384 and SHA-512"
29 tristate "Hash functions: SHA-1"
40 tristate "Hash functions: SHA-224 and SHA-256"
51 tristate "Hash functions: SHA3-224 and SHA3-256"
62 tristate "Hash functions: SHA3-384 and SHA3-512"
73 tristate "Hash functions: GHASH"
/linux-6.1.9/arch/powerpc/mm/book3s32/
Dmmu.c35 static struct hash_pte __initdata *Hash = (struct hash_pte *)early_hash; variable
375 Hash = memblock_alloc(Hash_size, Hash_size); in MMU_init_hw()
376 if (!Hash) in MMU_init_hw()
379 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
394 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET; in MMU_init_hw_patch()
/linux-6.1.9/arch/sparc/crypto/
DKconfig40 tristate "Hash functions: SHA-1"
50 tristate "Hash functions: SHA-224 and SHA-256"
60 tristate "Hash functions: SHA-384 and SHA-512"
/linux-6.1.9/arch/x86/crypto/
DKconfig335 tristate "Hash functions: NHPoly1305 (SSE2)"
345 tristate "Hash functions: NHPoly1305 (AVX2)"
355 bool "Hash functions: BLAKE2s (SSSE3/AVX-512)"
367 tristate "Hash functions: POLYVAL (CLMUL-NI)"
377 tristate "Hash functions: Poly1305 (SSE2/AVX2)"
389 tristate "Hash functions: SHA-1 (SSSE3/AVX/AVX2/SHA-NI)"
403 tristate "Hash functions: SHA-224 and SHA-256 (SSSE3/AVX/AVX2/SHA-NI)"
417 tristate "Hash functions: SHA-384 and SHA-512 (SSSE3/AVX/AVX2)"
430 tristate "Hash functions: SM3 (AVX)"
443 tristate "Hash functions: GHASH (CLMUL-NI)"
/linux-6.1.9/Documentation/devicetree/bindings/crypto/
Daspeed,ast2500-hace.yaml13 The Hash and Crypto Engine (HACE) is designed to accelerate the throughput
15 divided into two independently engines - Hash Engine and Crypto Engine.
Dintel,keembay-ocs-hcu.yaml14 The Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash Control Unit (HCU)
Datmel,at91sam9g46-sha.yaml8 title: Atmel Secure Hash Algorithm (SHA) HW cryptographic accelerator
/linux-6.1.9/Documentation/crypto/
Dapi-digest.rst19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
/linux-6.1.9/arch/powerpc/crypto/
DKconfig48 tristate "Hash functions: SHA-1"
56 tristate "Hash functions: SHA-1 (SPE)"
65 tristate "Hash functions: SHA-224 and SHA-256 (SPE)"
/linux-6.1.9/rust/alloc/
Dborrow.rs8 use core::hash::{Hash, Hasher};
425 impl<B: ?Sized> Hash for Cow<'_, B>
427 B: Hash + ToOwned,
431 Hash::hash(&**self, state) in hash()
/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dstericsson,dma40.yaml71 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
72 50: Hash Accelerator 1 TX
84 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
85 63: Hash Accelerator 0 TX
/linux-6.1.9/Documentation/bpf/
Dmap_hash.rst19 to the max_entries limit that you specify. Hash maps use pre-allocation
40 Hash entries can be added or updated using the ``bpf_map_update_elem()``
55 Hash entries can be retrieved using the ``bpf_map_lookup_elem()``
62 Hash entries can be deleted using the ``bpf_map_delete_elem()``
114 This example shows how to declare an LRU Hash with a struct key and a
/linux-6.1.9/Documentation/RCU/
DarrayRCU.rst9 1. :ref:`Hash Tables <hash_tables>`
31 Situation 1: Hash Tables
34 Hash tables are often implemented as an array, where each array entry
/linux-6.1.9/Documentation/powerpc/
Dcpu_families.rst12 - Hash MMU (except 603 and e300)
/linux-6.1.9/Documentation/ABI/stable/
Dsysfs-bus-mhi16 Description: The file holds the OEM PK Hash value of the endpoint device
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/
Dfm10k.rst116 - f Hash on bytes 0 and 1 of the Layer 4 header of the rx packet.
117 - n Hash on bytes 2 and 3 of the Layer 4 header of the rx packet.
/linux-6.1.9/arch/ia64/
DKconfig.debug35 The Virtual Hash Page Table (VHPT) enhances virtual address
/linux-6.1.9/Documentation/filesystems/ext4/
Dattributes.rst72 - Hash value of all attributes.
130 - Hash value of attribute name and attribute value. The kernel doesn't
/linux-6.1.9/tools/memory-model/
DREADME108 Hash=d66d99523e2cac6b06e66f4c995ebb48
145 Hash=d66d99523e2cac6b06e66f4c995ebb48
/linux-6.1.9/rust/alloc/vec/
Dmod.rs63 use core::hash::{Hash, Hasher};
2599 impl<T: Hash, A: Allocator> Hash for Vec<T, A> {
2602 Hash::hash(&**self, state) in hash()
/linux-6.1.9/drivers/crypto/keembay/
DKconfig69 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash

12