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)
commit921bae54693f26d01fb8e10ee6968b5cd8184551
treec673b3511d838d303c5e201064b6a7023755f548
parent60f208d7836216885cdcd6f77a02f31dbc66f169
crypto: authenc - Fix cryptlen calculation

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>
crypto/authenc.c