commit | bf433416e67597ba105ece55b3136557874945db | [log] [tgz] |
---|---|---|
author | Lars Persson <lars.persson@axis.com> | Tue Aug 25 11:59:15 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 25 21:13:20 2015 +0800 |
tree | a1dda9973c73ba88e203c931e77c6b4f51eb877e | |
parent | df9e21e100a65618b56971ec8da4975eb60e919d [diff] |
crypto: algif_aead - fix for multiple operations on AF_ALG sockets The tsgl scatterlist must be re-initialized after each operation. Otherwise the sticky bits in the page_link will corrupt the list with pre-mature termination or false chaining. Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>