diff options
author | Sebastian Siewior <sebastian@breakpoint.cc> | 2008-04-01 13:24:50 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-04-21 02:19:34 (GMT) |
commit | 7dc748e4e720c1a98185363096ad7582e9113092 (patch) | |
tree | 664b4b77581c6b77ebd9d0535e7bfdb1ddd041c8 /drivers/crypto/Kconfig | |
parent | 5427663f498e19b441277de72ce7a685511f247c (diff) | |
download | linux-7dc748e4e720c1a98185363096ad7582e9113092.tar.xz |
[CRYPTO] padlock-aes: Use generic setkey function
The Padlock AES setkey routine is the same as exported by the generic
implementation. So we could use it.
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Cc: Michal Ludvig <michal@logix.cz>
Tested-by: Stefan Hellermann <stefan@the2masters.de>
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 e15dbc6..43b71b6 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. |