[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)
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>

No differences found