Kconfig (99d97222150a24e6096805530e141af94183b9a1) Kconfig (df1309ce955a490eac6697a41159b43e24d35995)
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

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

146 default "m"
147 help
148 Select this option if you want to use the s390 pseudo random number
149 generator. The PRNG is part of the cryptographic processor functions
150 and uses triple-DES to generate secure random numbers like the
151 ANSI X9.17 standard. The PRNG is usable via the char device
152 /dev/prandom.
153
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

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

146 default "m"
147 help
148 Select this option if you want to use the s390 pseudo random number
149 generator. The PRNG is part of the cryptographic processor functions
150 and uses triple-DES to generate secure random numbers like the
151 ANSI X9.17 standard. The PRNG is usable via the char device
152 /dev/prandom.
153
154config CRYPTO_GHASH_S390
155 tristate "GHASH digest algorithm"
156 depends on S390
157 select CRYPTO_HASH
158 help
159 This is the s390 hardware accelerated implementation of the
160 GHASH message digest algorithm for GCM (Galois/Counter Mode).
161
162 It is available as of z196.
163
154config CRYPTO_DEV_MV_CESA
155 tristate "Marvell's Cryptographic Engine"
156 depends on PLAT_ORION
157 select CRYPTO_ALGAPI
158 select CRYPTO_AES
159 select CRYPTO_BLKCIPHER2
160 help
161 This driver allows you to utilize the Cryptographic Engines and

--- 118 unchanged lines hidden ---
164config CRYPTO_DEV_MV_CESA
165 tristate "Marvell's Cryptographic Engine"
166 depends on PLAT_ORION
167 select CRYPTO_ALGAPI
168 select CRYPTO_AES
169 select CRYPTO_BLKCIPHER2
170 help
171 This driver allows you to utilize the Cryptographic Engines and

--- 118 unchanged lines hidden ---