diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-08-21 07:39:24 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2006-09-20 21:44:50 -0400 |
commit | a9e62fadf0b02ba4a1d945d1a75652507da94319 (patch) | |
tree | 8e17290e66a3b0200d1a55b1798c81c9bb83e19d /crypto | |
parent | 28ce728a90cce3a0c6c0ed00354299de52db94b1 (diff) |
[CRYPTO] s390: Added block cipher versions of CBC/ECB
This patch adds block cipher algorithms for S390. Once all users of the
old cipher type have been converted the existing CBC/ECB non-block cipher
operations will be removed.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 90d467c99c2c..be5eb0cb7c30 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -150,6 +150,7 @@ config CRYPTO_DES_S390 | |||
150 | tristate "DES and Triple DES cipher algorithms (s390)" | 150 | tristate "DES and Triple DES cipher algorithms (s390)" |
151 | depends on S390 | 151 | depends on S390 |
152 | select CRYPTO_ALGAPI | 152 | select CRYPTO_ALGAPI |
153 | select CRYPTO_BLKCIPHER | ||
153 | help | 154 | help |
154 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). | 155 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). |
155 | 156 | ||
@@ -298,6 +299,7 @@ config CRYPTO_AES_S390 | |||
298 | tristate "AES cipher algorithms (s390)" | 299 | tristate "AES cipher algorithms (s390)" |
299 | depends on S390 | 300 | depends on S390 |
300 | select CRYPTO_ALGAPI | 301 | select CRYPTO_ALGAPI |
302 | select CRYPTO_BLKCIPHER | ||
301 | help | 303 | help |
302 | This is the s390 hardware accelerated implementation of the | 304 | This is the s390 hardware accelerated implementation of the |
303 | AES cipher algorithms (FIPS-197). AES uses the Rijndael | 305 | AES cipher algorithms (FIPS-197). AES uses the Rijndael |