Re: [PATCH 01/10] crypto: authenc - Find proper IV address in ablkcipher callback

2013-11-28 Thread Herbert Xu
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

[PATCH 01/10] crypto: authenc - Find proper IV address in ablkcipher callback

2013-11-12 Thread Tom Lendacky
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_auth