| /linux-6.15/drivers/crypto/aspeed/ |
| H A D | Kconfig | 6 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" 43 Select here to enable Aspeed Hash & Crypto Engine (HACE)
|
| /linux-6.15/arch/arm/crypto/ |
| H A D | Kconfig | 19 tristate "Hash functions: GHASH (PMULL/NEON/ARMv8 Crypto Extensions)" 40 tristate "Hash functions: NHPoly1305 (NEON)" 61 bool "Hash functions: BLAKE2s" 74 tristate "Hash functions: BLAKE2b (NEON)" 90 tristate "Hash functions: SHA-1" 99 tristate "Hash functions: SHA-1 (NEON)" 111 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)" 121 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)" 132 tristate "Hash functions: SHA-224 and SHA-256 (NEON)" 142 tristate "Hash functions: SHA-384 and SHA-512 (NEON)"
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | Kconfig | 6 tristate "Hash functions: SHA-384 and SHA-512" 17 tristate "Hash functions: SHA-1" 28 tristate "Hash functions: SHA-224 and SHA-256" 39 tristate "Hash functions: SHA3-224 and SHA3-256" 50 tristate "Hash functions: SHA3-384 and SHA3-512" 61 tristate "Hash functions: GHASH"
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | Kconfig | 6 tristate "Hash functions: GHASH (ARMv8 Crypto Extensions)" 19 tristate "Hash functions: NHPoly1305 (NEON)" 41 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)" 52 tristate "Hash functions: SHA-224 and SHA-256" 60 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)" 71 tristate "Hash functions: SHA-384 and SHA-512" 79 tristate "Hash functions: SHA-384 and SHA-512 (ARMv8 Crypto Extensions)" 90 tristate "Hash functions: SHA-3 (ARMv8.2 Crypto Extensions)" 101 tristate "Hash functions: SM3 (NEON)" 112 tristate "Hash functions: SM3 (ARMv8.2 Crypto Extensions)" [all …]
|
| /linux-6.15/arch/riscv/crypto/ |
| H A D | Kconfig | 32 tristate "Hash functions: GHASH" 42 tristate "Hash functions: SHA-224 and SHA-256" 53 tristate "Hash functions: SHA-384 and SHA-512" 64 tristate "Hash functions: SM3 (ShangMi 3)"
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | Kconfig | 27 tristate "Hash functions: SHA-1 (OCTEON)" 37 tristate "Hash functions: SHA-224 and SHA-256 (OCTEON)" 47 tristate "Hash functions: SHA-384 and SHA-512 (OCTEON)"
|
| /linux-6.15/arch/sparc/crypto/ |
| H A D | Kconfig | 30 tristate "Hash functions: SHA-1" 40 tristate "Hash functions: SHA-224 and SHA-256" 50 tristate "Hash functions: SHA-384 and SHA-512"
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | Kconfig | 28 tristate "Hash functions: SHA-1" 36 tristate "Hash functions: SHA-1 (SPE)" 45 tristate "Hash functions: SHA-224 and SHA-256 (SPE)" 111 tristate "Hash functions: Poly1305 (P10 or later)"
|
| H A D | aes-gcm-p10.S | 22 # Hash keys = v3 - v14 175 # Hash keys = v3 - v14 263 # Hash keys = v3 - v14 269 # load Hash - h^4, h^3, h^2, h 591 # load Hash - h^4, h^3, h^2, h
|
| /linux-6.15/Documentation/devicetree/bindings/crypto/ |
| H A D | aspeed,ast2500-hace.yaml | 13 The Hash and Crypto Engine (HACE) is designed to accelerate the throughput 15 divided into two independently engines - Hash Engine and Crypto Engine.
|
| H A D | intel,keembay-ocs-hcu.yaml | 14 The Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash Control Unit (HCU)
|
| H A D | atmel,at91sam9g46-sha.yaml | 8 title: Atmel Secure Hash Algorithm (SHA) HW cryptographic accelerator
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | Kconfig | 381 tristate "Hash functions: NHPoly1305 (SSE2)" 391 tristate "Hash functions: NHPoly1305 (AVX2)" 401 bool "Hash functions: BLAKE2s (SSSE3/AVX-512)" 413 tristate "Hash functions: POLYVAL (CLMUL-NI)" 437 tristate "Hash functions: SHA-1 (SSSE3/AVX/AVX2/SHA-NI)" 451 tristate "Hash functions: SHA-224 and SHA-256 (SSSE3/AVX/AVX2/SHA-NI)" 465 tristate "Hash functions: SHA-384 and SHA-512 (SSSE3/AVX/AVX2)" 478 tristate "Hash functions: SM3 (AVX)" 491 tristate "Hash functions: GHASH (CLMUL-NI)"
|
| /linux-6.15/arch/powerpc/mm/book3s32/ |
| H A D | mmu.c | 35 static struct hash_pte __initdata *Hash = (struct hash_pte *)early_hash; variable 380 Hash = memblock_alloc_or_panic(Hash_size, Hash_size); in MMU_init_hw() 381 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw() 396 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET; in MMU_init_hw_patch()
|
| /linux-6.15/Documentation/devicetree/bindings/dma/ |
| H A D | stericsson,dma40.yaml | 71 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.15/Documentation/bpf/ |
| H A D | map_hash.rst | 20 to the max_entries limit that you specify. Hash maps use pre-allocation 57 Hash entries can be added or updated using the ``bpf_map_update_elem()`` 76 Hash entries can be retrieved using the ``bpf_map_lookup_elem()`` 87 Hash entries can be deleted using the ``bpf_map_delete_elem()`` 147 This example shows how to declare an LRU Hash with a struct key and a
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | cpu_families.rst | 12 - Hash MMU (except 603 and e300)
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | fm10k.rst | 116 - 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.
|
| H A D | i40e.rst | 376 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet. 377 n Hash on bytes 2 and 3 of the Layer 4 header of the Rx packet. 446 RSS Hash Flow 461 s Hash on the IP source address of the Rx packet. 462 d Hash on the IP destination address of the Rx packet. 463 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet. 464 n Hash on bytes 2 and 3 of the Layer 4 header of the Rx packet.
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 72 - Hash value of all attributes. 130 - Hash value of attribute name and attribute value. The kernel doesn't
|
| H A D | directory.rst | 191 Hash Tree Directories 295 - Hash type, see dirhash_ table below. 415 - Hash code.
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-bus-mhi | 16 Description: The file holds the OEM PK Hash value of the endpoint device
|
| /linux-6.15/tools/memory-model/ |
| H A D | README | 108 Hash=d66d99523e2cac6b06e66f4c995ebb48 145 Hash=d66d99523e2cac6b06e66f4c995ebb48
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | Kconfig | 69 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash
|