commit | d0b9007a27206fe944d9db72e13dab157b8e118c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 20 17:49:49 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:19 2008 +1100 |
tree | 24c09a9f79698b5a63ca61545b04f10d19623d75 | |
parent | 50b6544e1371bfe884f787107a8de0c2f8546e8f [diff] |
[CRYPTO] pcbc: Use crypto_xor This patch replaces the custom xor in CBC with the generic crypto_xor. It changes the operations for in-place encryption slightly to avoid calling crypto_xor with tmpbuf since it is not necessarily aligned. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>