From: Herbert Xu Subject: Re: [RFC PATCH crypto 2/4] AES-NI: Export x86 AES encrypt/decrypt functions Date: Fri, 9 Jan 2009 17:26:00 +1100 Message-ID: <20090109062600.GA3133@gondor.apana.org.au> References: <1231120935.5937.29.camel@yhuang-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sebastian Siewior , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org To: Huang Ying Return-path: Received: from rhun.apana.org.au ([64.62.148.172]:47277 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752760AbZAIG0G (ORCPT ); Fri, 9 Jan 2009 01:26:06 -0500 Content-Disposition: inline In-Reply-To: <1231120935.5937.29.camel@yhuang-dev.sh.intel.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Mon, Jan 05, 2009 at 10:02:15AM +0800, Huang Ying wrote: > Export x86 AES encrypt/decrypt functions > > Intel AES-NI AES acceleration instructions touch XMM state, to use > that in soft_irq context, general x86 AES implementation is used as > fallback. The first parameter is changed from struct crypto_tfm * to > struct crypto_aes_ctx * to make it easier to deal with 16 bytes > alignment requirement of AES-NI implementation. > > Signed-off-by: Huang Ying Also applied. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt