[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)
commit124b53d020622ffa24e27406f2373d5a3debd0d3
treee1a89ac6745ce9afea6fd2ea358ebd40e60abb76
parenta73e69965fa2647faa36caf40f4132b9c99d61fd
[CRYPTO] cryptd: Add software async crypto daemon

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>
crypto/Kconfig
crypto/Makefile
crypto/cryptd.c [new file with mode: 0644]
include/crypto/algapi.h