crypto: xcbc - Use crypto_xor
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 05:04:37 +0000 (13:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 06:38:10 +0000 (14:38 +0800)
commitb588ef6e69bfc0944a17dc673ee166a00fa23de2
tree9e30920adb557dd7041979a9ead05c8bce89fea0
parent6fba00d176ab73b15bb8e31f261582943429a92b
crypto: xcbc - Use crypto_xor

This patch replaces the local xor function with the generic
crypto_xor function.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/xcbc.c