X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fcrypto%2FKconfig;h=43b71b69daa57be26972fe50f0c6213596e7a847;hb=be305042b7a01a1ab03a8adfa95f57bc63e012e1;hp=6d2f0c8d419aaab7f855fdfdc7e02820a69ec6dd;hpb=9732b6112343df2872518ec6701c8ef729310a05;p=linux-2.6 diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 6d2f0c8d41..43b71b69da 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -27,6 +27,7 @@ config CRYPTO_DEV_PADLOCK_AES tristate "PadLock driver for AES algorithm" depends on CRYPTO_DEV_PADLOCK select CRYPTO_BLKCIPHER + select CRYPTO_AES help Use VIA PadLock for AES algorithm. @@ -101,6 +102,19 @@ config CRYPTO_SHA256_S390 This version of SHA implements a 256 bit hash with 128 bits of security against collision attacks. +config CRYPTO_SHA512_S390 + tristate "SHA384 and SHA512 digest algorithm" + depends on S390 + select CRYPTO_ALGAPI + help + This is the s390 hardware accelerated implementation of the + SHA512 secure hash standard. + + This version of SHA implements a 512 bit hash with 256 bits of + security against collision attacks. The code also includes SHA-384, + a 384 bit hash with 192 bits of security against collision attacks. + + config CRYPTO_DES_S390 tristate "DES and Triple DES cipher algorithms" depends on S390