Re: [PATCH] s390/crypto: fix aes,des ctr mode concurrency finding.

2014-05-08 Thread Herbert Xu
On Wed, May 07, 2014 at 04:51:29PM +0200, Harald Freudenberger wrote: An additional testcase found an issue with the last series of patches applied: the fallback solution may not save the iv value after operation. This very small fix just makes sure the iv is copied back to the walk/desc

[PATCH] s390/crypto: fix aes,des ctr mode concurrency finding.

2014-05-07 Thread Harald Freudenberger
An additional testcase found an issue with the last series of patches applied: the fallback solution may not save the iv value after operation. This very small fix just makes sure the iv is copied back to the walk/desc struct. Signed-off-by: Harald Freudenberger fre...@linux.vnet.ibm.com ---