Herbert Xu 9d20b571f5 crypto: sha-s390 - Reset index after processing partial block
The partial block handling in sha-s390 is broken when we get a
partial block that is followed by an update which fills it with
bytes left-over.  Instead of storing the newly left-over bytes
at the start of the buffer, it will be stored immediately after
the previous partial block.

This patch fixes this by resetting the index pointer.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2011-02-07 20:26:06 +11:00
..
2011-01-12 09:55:25 +01:00
2011-01-12 09:55:25 +01:00
2011-01-12 09:55:25 +01:00
2011-01-12 09:55:24 +01:00
2010-10-25 16:10:14 +02:00
2011-01-05 12:47:23 +01:00