commit | 9d20b571f5bda7273656e1b86ef91eddc94adacc | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Feb 07 20:26:06 2011 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Feb 07 20:26:06 2011 +1100 |
tree | 54ed61190b0710813b68fadbbd25bed47c3f31f1 | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 [diff] |
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>