commit | d1806f6a97a536b043fe50e6d8a25b061755cf50 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 22 20:29:17 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:46:13 2006 +1000 |
tree | 0df6a3772783600f58fa0c5e709c650d1f832610 | |
parent | 69affe7fc52c14e4b81408a2076e9e58ba4af60a [diff] |
[BLOCK] dm-crypt: Use block ciphers where applicable This patch converts dm-crypt to use the new block cipher type where applicable. It also changes simple cipher operations to use the new encrypt_one/decrypt_one interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>