[CRYPTO] cbc: Use crypto_xor
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Nov 2007 09:33:39 +0000 (17:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:18 +0000 (08:16 +1100)
commit3c7f076da557eadb37240d70b0399ff9763fa2ae
treef063bc4bd3f1a656d88e8dfbf1451d4b93c0e849
parent7613636def82092a5c7b6322078a2af832410417
[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>
crypto/cbc.c