From: Steffen Klassert Subject: Re: [RFC 7/7] crypto: Add PCLMULQDQ accelerated GHASH implementation Date: Tue, 7 Jul 2009 08:00:15 +0200 Message-ID: <20090707060015.GA20288@secunet.com> References: <20090621135121.GA3153@gondor.apana.org.au> <1246937512.5282.99.camel@yhuang-dev.sh.intel.com> <20090707034548.GA28075@gondor.apana.org.au> <20090707040232.GA28257@gondor.apana.org.au> <20090707040341.GA28303@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Huang Ying , "linux-kernel@vger.kernel.org" , "linux-crypto@vger.kernel.org" To: Herbert Xu Return-path: Received: from a.mx.secunet.com ([213.68.205.161]:35779 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbZGGF5g (ORCPT ); Tue, 7 Jul 2009 01:57:36 -0400 Content-Disposition: inline In-Reply-To: <20090707040341.GA28303@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Tue, Jul 07, 2009 at 12:03:41PM +0800, Herbert Xu wrote: > On Tue, Jul 07, 2009 at 12:02:32PM +0800, Herbert Xu wrote: > > > > Actually I'll do the remaining DIGEST algorithms right now because > > without them hmac can't be converted. > > Nevermind, there aren't any remaining DIGEST algorithms :) > > I'll get onto hmac. > Just FYI, I have a ahash version of hmac. Actually I'm about to convert the hmac users. I have not posted it so far because not all hmac users are converted, but I can do so if you are interested.