From: Herbert Xu Subject: Re: [PATCH 2/3] RFC4106 AES-GCM Driver Using Intel New Instructions Date: Mon, 20 Sep 2010 16:07:52 +0800 Message-ID: <20100920080752.GA972@gondor.apana.org.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: "Hoban, Adrian" Return-path: Received: from helcar.apana.org.au ([209.40.204.226]:44076 "EHLO fornost.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753435Ab0ITIHz (ORCPT ); Mon, 20 Sep 2010 04:07:55 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: On Fri, Sep 10, 2010 at 06:36:24PM +0100, Hoban, Adrian wrote: > This patch adds an optimized RFC4106 AES-GCM implementation for 64-bit > kernels. It supports 128-bit AES key size. This leverages the crypto > AEAD interface type to facilitate a combined AES & GCM operation to > be implemented in assembly code. The assembly code leverages Intel(R) > AES New Instructions and the PCLMULQDQ instruction. > > Signed-off-by: Adrian Hoban > Signed-off-by: Tadeusz Struk > Signed-off-by: Gabriele Paoloni > Signed-off-by: Aidan O'Mahony > Signed-off-by: Erdinc Ozturk > Signed-off-by: James Guilford > Signed-off-by: Edward Clinton > Signed-off-by: Wajdi Feghali I've applied patch 1/3 but 2/3 does not apply because you've converted the tabs to spaces. Please resend patches 2/3 and 3/3 with a cc to yourself and double-check that you can still apply the received version. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt