Linux cryptographic layer development
 help / color / mirror / Atom feed
* [0/6] [CRYPTO]: Async blkcipher backend support
@ 2007-04-16 10:51 Herbert Xu
  2007-04-16 11:28 ` Evgeniy Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2007-04-16 10:51 UTC (permalink / raw)
  To: Linux Crypto Mailing List

Hi:

This series of patches adds the backend support for asynchronous blkcipher
implementations.  This includes the ablkcipher crypto type, generic crypto
request queueing, as well as a sample cryptd implementation that turns any
sync blkcipher algorithm into an async one by processing requests in a
dedicated kernel thread.

This allows drivers for hardware blkcipher devices to be written.

Here is a list of steps from this point onwards:

* Establish async users where appropriate (dm-crypt is done).
* Create async interface for hash/compress.
* Port existing crypto drivers across.

Any help is welcome, especially with respect to the last item since
I don't have any crypto devices here.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-16 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-16 10:51 [0/6] [CRYPTO]: Async blkcipher backend support Herbert Xu
2007-04-16 11:28 ` Evgeniy Polyakov
2007-04-16 12:39   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox