commit | 481f34ae752ac74c4cbd88a9954dd4ed10e84f81 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Dec 04 20:04:21 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:30 2008 +1100 |
tree | 1c158f9600b189220fb5943b6263750367d10265 | |
parent | e236d4a89a2ffbc8aa18064161f4f159c4d89b4a [diff] |
[CRYPTO] authenc: Fix hash verification The previous code incorrectly included the hash in the verification which also meant that we'd crash and burn when it comes to actually verifying the hash since we'd go past the end of the SG list. This patch fixes that by subtracting authsize from cryptlen at the start. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>