Kconfig (6d6254d728a2e696aa697b4b44cb7736851f62e3) Kconfig (0771f3234db67732a49777a5fceaed6f7b4b488d)
1
2menuconfig ARM64_CRYPTO
3 bool "ARM64 Accelerated Cryptographic Algorithms"
4 depends on ARM64
5 help
6 Say Y here to choose from a selection of cryptographic algorithms
7 implemented using ARM64 specific CPU features or instructions.
8

--- 4 unchanged lines hidden (view full) ---

13 select CRYPTO_HASH
14
15config CRYPTO_SHA512_ARM64
16 tristate "SHA-384/SHA-512 digest algorithm for arm64"
17 select CRYPTO_HASH
18
19config CRYPTO_SHA1_ARM64_CE
20 tristate "SHA-1 digest algorithm (ARMv8 Crypto Extensions)"
1
2menuconfig ARM64_CRYPTO
3 bool "ARM64 Accelerated Cryptographic Algorithms"
4 depends on ARM64
5 help
6 Say Y here to choose from a selection of cryptographic algorithms
7 implemented using ARM64 specific CPU features or instructions.
8

--- 4 unchanged lines hidden (view full) ---

13 select CRYPTO_HASH
14
15config CRYPTO_SHA512_ARM64
16 tristate "SHA-384/SHA-512 digest algorithm for arm64"
17 select CRYPTO_HASH
18
19config CRYPTO_SHA1_ARM64_CE
20 tristate "SHA-1 digest algorithm (ARMv8 Crypto Extensions)"
21 depends on ARM64 && KERNEL_MODE_NEON
21 depends on KERNEL_MODE_NEON
22 select CRYPTO_HASH
22 select CRYPTO_HASH
23 select CRYPTO_SHA1
23
24config CRYPTO_SHA2_ARM64_CE
25 tristate "SHA-224/SHA-256 digest algorithm (ARMv8 Crypto Extensions)"
26 depends on ARM64 && KERNEL_MODE_NEON
27 select CRYPTO_HASH
28
29config CRYPTO_GHASH_ARM64_CE
30 tristate "GHASH (for GCM chaining mode) using ARMv8 Crypto Extensions"

--- 58 unchanged lines hidden ---
24
25config CRYPTO_SHA2_ARM64_CE
26 tristate "SHA-224/SHA-256 digest algorithm (ARMv8 Crypto Extensions)"
27 depends on ARM64 && KERNEL_MODE_NEON
28 select CRYPTO_HASH
29
30config CRYPTO_GHASH_ARM64_CE
31 tristate "GHASH (for GCM chaining mode) using ARMv8 Crypto Extensions"

--- 58 unchanged lines hidden ---