[CRYPTO] padlock: Added block cipher versions of CBC/ECB
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Aug 2006 11:38:42 +0000 (21:38 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:44:35 +0000 (11:44 +1000)
commit28ce728a90cce3a0c6c0ed00354299de52db94b1
treed5f8c799cb949a5afdfb9db4fb9c4c749820c35e
parentdb131ef9084110d9e82549c0a627e157e8bb99d7
[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>
drivers/crypto/Kconfig
drivers/crypto/padlock-aes.c
drivers/crypto/padlock.h