[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1237366332.24215.260.camel@yhuang-dev.sh.intel.com>
Date: Wed, 18 Mar 2009 16:52:12 +0800
From: Huang Ying <ying.huang@...el.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Sebastian Andrzej Siewior <linux-crypto@...breakpoint.cc>
Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org
Subject: Accelerate GCM with PCLMULQDQ-NI
Hi,
In addition to AES-NI, Intel will provide PCLMULQDQ-NI (carry-less
multiplication) in future CPU to accelerate GCM mode. The document can
be found here:
http://software.intel.com/en-us/articles/carry-less-multiplication-and-its-usage-for-computing-the-gcm-mode/
It follows the same design as that of AES-NI, that is, XMM registers are
used.
To accelerate GCM with it, I make the following design:
1. Implement ghash as an ahash algorithm, Use ghash in gcm
implementation.
2. Provide a new implementation of ghash with PCLMULQDQ-NI.
What do you think about that?
Best Regards,
Huang Ying
Download attachment "signature.asc" of type "application/pgp-signature" (198 bytes)
Powered by blists - more mailing lists