diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-08-21 07:38:42 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2006-09-20 21:44:35 -0400 |
commit | 28ce728a90cce3a0c6c0ed00354299de52db94b1 (patch) | |
tree | d5f8c799cb949a5afdfb9db4fb9c4c749820c35e /drivers/crypto/Kconfig | |
parent | db131ef9084110d9e82549c0a627e157e8bb99d7 (diff) |
[CRYPTO] padlock: Added block cipher versions of CBC/ECB
This patch adds block cipher algorithms for cbc(aes) and ecb(aes) for
the PadLock device. Once all users to the old cipher type have been
converted the old cbc/ecb PadLock operations will be removed.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 86c99cd333fa..adb554153f67 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -27,6 +27,7 @@ config CRYPTO_DEV_PADLOCK | |||
27 | config CRYPTO_DEV_PADLOCK_AES | 27 | config CRYPTO_DEV_PADLOCK_AES |
28 | tristate "PadLock driver for AES algorithm" | 28 | tristate "PadLock driver for AES algorithm" |
29 | depends on CRYPTO_DEV_PADLOCK | 29 | depends on CRYPTO_DEV_PADLOCK |
30 | select CRYPTO_BLKCIPHER | ||
30 | default m | 31 | default m |
31 | help | 32 | help |
32 | Use VIA PadLock for AES algorithm. | 33 | Use VIA PadLock for AES algorithm. |