commit | 124b53d020622ffa24e27406f2373d5a3debd0d3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Apr 16 20:49:20 2007 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 02 14:38:32 2007 +1000 |
tree | e1a89ac6745ce9afea6fd2ea358ebd40e60abb76 | |
parent | a73e69965fa2647faa36caf40f4132b9c99d61fd [diff] |
[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>