diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 6d2f0c8d419a..43b71b69daa5 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -27,6 +27,7 @@ config CRYPTO_DEV_PADLOCK_AES | |||
27 | tristate "PadLock driver for AES algorithm" | 27 | tristate "PadLock driver for AES algorithm" |
28 | depends on CRYPTO_DEV_PADLOCK | 28 | depends on CRYPTO_DEV_PADLOCK |
29 | select CRYPTO_BLKCIPHER | 29 | select CRYPTO_BLKCIPHER |
30 | select CRYPTO_AES | ||
30 | help | 31 | help |
31 | Use VIA PadLock for AES algorithm. | 32 | Use VIA PadLock for AES algorithm. |
32 | 33 | ||
@@ -101,6 +102,19 @@ config CRYPTO_SHA256_S390 | |||
101 | This version of SHA implements a 256 bit hash with 128 bits of | 102 | This version of SHA implements a 256 bit hash with 128 bits of |
102 | security against collision attacks. | 103 | security against collision attacks. |
103 | 104 | ||
105 | config CRYPTO_SHA512_S390 | ||
106 | tristate "SHA384 and SHA512 digest algorithm" | ||
107 | depends on S390 | ||
108 | select CRYPTO_ALGAPI | ||
109 | help | ||
110 | This is the s390 hardware accelerated implementation of the | ||
111 | SHA512 secure hash standard. | ||
112 | |||
113 | This version of SHA implements a 512 bit hash with 256 bits of | ||
114 | security against collision attacks. The code also includes SHA-384, | ||
115 | a 384 bit hash with 192 bits of security against collision attacks. | ||
116 | |||
117 | |||
104 | config CRYPTO_DES_S390 | 118 | config CRYPTO_DES_S390 |
105 | tristate "DES and Triple DES cipher algorithms" | 119 | tristate "DES and Triple DES cipher algorithms" |
106 | depends on S390 | 120 | depends on S390 |