commit | b588ef6e69bfc0944a17dc673ee166a00fa23de2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 22 13:04:37 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 22 14:38:10 2009 +0800 |
tree | 9e30920adb557dd7041979a9ead05c8bce89fea0 | |
parent | 6fba00d176ab73b15bb8e31f261582943429a92b [diff] |
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>