[CRYPTO] cryptd: Add software async crypto daemon
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 16 Apr 2007 10:49:20 +0000 (20:49 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 2 May 2007 04:38:32 +0000 (14:38 +1000)
This patch adds the cryptd module which is a template that takes a
synchronous software crypto algorithm and converts it to an asynchronous
one by executing it in a kernel thread.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found