From: Herbert Xu Subject: Re: [PATCH 01/10] crypto: authenc - Find proper IV address in ablkcipher callback Date: Thu, 28 Nov 2013 22:18:33 +0800 Message-ID: <20131128141832.GB32124@gondor.apana.org.au> References: <20131112174558.19746.47262.stgit@tlendack-t1.amdoffice.net> <20131112174604.19746.83804.stgit@tlendack-t1.amdoffice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org To: Tom Lendacky Return-path: Content-Disposition: inline In-Reply-To: <20131112174604.19746.83804.stgit@tlendack-t1.amdoffice.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org 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 Patch applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt