]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[BLOCK] cryptoloop: Use block ciphers where applicable
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:45:53 +0000 (11:45 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:45:53 +0000 (11:45 +1000)
commit69affe7fc52c14e4b81408a2076e9e58ba4af60a
treefd971855cfab1005fc954506014acb1bd96bb6bc
parentcba83564d112e4aec52227f68670f8dbd4d4ac89
[BLOCK] cryptoloop: Use block ciphers where applicable

This patch converts cryptoloop to use the new block cipher type where
applicable.  As a result the ECB-specific and CBC-specific transfer
functions have been merged.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/block/cryptoloop.c