diff options
Diffstat (limited to 'crypto/ahash.c')
| -rw-r--r-- | crypto/ahash.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/ahash.c b/crypto/ahash.c index b2d1ee32cfe8..f3476374f764 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c | |||
| @@ -82,10 +82,11 @@ int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) | |||
| 82 | if (err) | 82 | if (err) |
| 83 | return err; | 83 | return err; |
| 84 | 84 | ||
| 85 | walk->offset = 0; | 85 | if (nbytes) { |
| 86 | 86 | walk->offset = 0; | |
| 87 | if (nbytes) | 87 | walk->pg++; |
| 88 | return hash_walk_next(walk); | 88 | return hash_walk_next(walk); |
| 89 | } | ||
| 89 | 90 | ||
| 90 | if (!walk->total) | 91 | if (!walk->total) |
| 91 | return 0; | 92 | return 0; |
