Messages in this thread |  | | Date | Thu, 28 Nov 2013 22:18:33 +0800 | From | Herbert Xu <> | Subject | Re: [PATCH 01/10] crypto: authenc - Find proper IV address in ablkcipher callback |
| |
On Tue, Nov 12, 2013 at 11:46:04AM -0600, Tom Lendacky wrote: > When performing an asynchronous ablkcipher operation the authenc > completion callback routine is invoked, but it does not locate and use > the proper IV. > > The callback routine, crypto_authenc_encrypt_done, is updated to use > the same method of calculating the address of the IV as is done in > crypto_authenc_encrypt function which sets up the callback. > > Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Patch applied. Thanks! -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |