commit | 3c7f076da557eadb37240d70b0399ff9763fa2ae | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 20 17:33:39 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:18 2008 +1100 |
tree | f063bc4bd3f1a656d88e8dfbf1451d4b93c0e849 | |
parent | 7613636def82092a5c7b6322078a2af832410417 [diff] |
[CRYPTO] cbc: Use crypto_xor This patch replaces the custom xor in CBC with the generic crypto_xor. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>