Skip to content
Snippets Groups Projects
Commit d0b9007a authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 50b6544e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment