commit | 69affe7fc52c14e4b81408a2076e9e58ba4af60a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:45:53 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:45:53 2006 +1000 |
tree | fd971855cfab1005fc954506014acb1bd96bb6bc | |
parent | cba83564d112e4aec52227f68670f8dbd4d4ac89 [diff] |
[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>