commit | 921bae54693f26d01fb8e10ee6968b5cd8184551 | [log] [tgz] |
---|---|---|
author | Shikhar Khattar <shikhark@gmail.com> | Thu May 20 19:40:31 2010 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 20 19:40:31 2010 +1000 |
tree | c673b3511d838d303c5e201064b6a7023755f548 | |
parent | 60f208d7836216885cdcd6f77a02f31dbc66f169 [diff] |
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>