Skip to content
Commit 85eccdde authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: scatterwalk - Add no-copy support to copychunks



The function ablkcipher_done_slow is pretty much identical to
scatterwalk_copychunks except that it doesn't actually copy as
the processing hasn't been completed yet.

This patch allows scatterwalk_copychunks to be used in this case
by specifying out == 2.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5506f53c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment