Linux cryptographic layer development
 help / color / mirror / Atom feed
From: Huang Ying <ying.huang@intel.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Sebastian Siewior <linux-crypto@ml.breakpoint.cc>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-crypto@vger.kernel.org" <linux-crypto@vger.kernel.org>
Subject: Re: [RFC PATCH crypto 4/4] AES-NI: Add support to Intel AES-NI instructions for x86_64 platform
Date: Mon, 12 Jan 2009 10:30:23 +0800	[thread overview]
Message-ID: <1231727423.5937.101.camel@yhuang-dev.sh.intel.com> (raw)
In-Reply-To: <20090110100823.GA22352@gondor.apana.org.au>

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

On Sat, 2009-01-10 at 18:08 +0800, Herbert Xu wrote:
> On Fri, Jan 09, 2009 at 08:18:14PM +1100, Herbert Xu wrote:
> >
> > Not at all, tfms are just "shell" objects and they were designed
> > to be used in thie way.  Calling setkey twice is an issue but it's
> > not a show-stopper.  We have the same problem in other places to
> > so this something that we can potentially optimise.
> 
> Here's how we can solve the double setkey problem.  We can make
> a new cryptd_alloc_ablkcipher interface that returns a cryptd
> ablkcipher object.  Since it's cryptd specific we can then access
> its underlying blkcipher object, which can be shared between the
> cryptd object and the user of the cryptd object.  This way you
> only need to do setkey on the cryptd object and it'll get set
> on the underlying blkcipher automatically.

With this method, we can allocate only one cryptd tfm internally,
without dedicated blkcipher tfm. If kernel is using FPU, crypd tfm is
used, otherwise, the underlying blkcipher tfm is used directly.

Best Regards,
Huang Ying


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2009-01-12  2:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-05  2:02 [RFC PATCH crypto 4/4] AES-NI: Add support to Intel AES-NI instructions for x86_64 platform Huang Ying
2009-01-09  7:01 ` Herbert Xu
2009-01-09  8:54   ` Huang Ying
2009-01-09  9:18     ` Herbert Xu
2009-01-10 10:08       ` Herbert Xu
2009-01-12  2:30         ` Huang Ying [this message]
2009-01-12  3:06           ` Herbert Xu
2009-01-12  6:55   ` Huang Ying
2009-01-12 10:43     ` Herbert Xu
2009-01-13  2:34       ` Huang Ying
2009-01-13  2:39         ` Herbert Xu
2009-01-13  2:49           ` Huang Ying
2009-01-13  2:53             ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1231727423.5937.101.camel@yhuang-dev.sh.intel.com \
    --to=ying.huang@intel.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@ml.breakpoint.cc \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox