[PATCH] s390/crypto: Fix incorrect ghash icv buffer handling.

2015-05-21 Thread Harald Freudenberger
Multitheaded tests showed that the icv buffer in the current ghash implementation is not handled correctly. A move of this working ghash buffer value to the descriptor context fixed this. Code is tested and verified with an multithreaded application via af_alg interface. Signed-off-by: Harald

Re: [PATCH] s390/crypto: Fix incorrect ghash icv buffer handling.

2015-05-21 Thread Herbert Xu
On Thu, May 21, 2015 at 10:01:11AM +0200, Harald Freudenberger wrote: Multitheaded tests showed that the icv buffer in the current ghash implementation is not handled correctly. A move of this working ghash buffer value to the descriptor context fixed this. Code is tested and verified with an