crypto: authenc - Fix cryptlen calculation
authorShikhar Khattar <shikhark@gmail.com>
Thu, 20 May 2010 09:40:31 +0000 (19:40 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 May 2010 09:40:31 +0000 (19:40 +1000)
This patch (applied against 2.6.34) fixes the calculation of the
length of the ABLKCIPHER decrypt request ("cryptlen") after an
asynchronous hash request has been completed in the AUTHENC interface.

Signed-off-by: Shikhar Khattar <shikhark@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found