Re: [PATCH] Possible bug in AUTHENC

2010-05-20 Thread Shikhar
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 Khat

Possible bug in AUTHENC

2010-05-19 Thread Shikhar
quot;authsize" as done in "crypto_authenc_decrypt()". The following patch (applied against 2.6.34) should fix it. I hope I didn't miss anything. Thanks, Shikhar diff -pu linux-2.6.34/crypto/authenc.c linux-2.6.34_mod/crypto/authenc.c --- linux-2.6.34/crypto/authenc.c