Home
last modified time | relevance | path

Searched hist:d0b9007a27206fe944d9db72e13dab157b8e118c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dpcbc.cdiff d0b9007a27206fe944d9db72e13dab157b8e118c Tue Nov 20 03:49:49 CST 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>