aboutsummaryrefslogtreecommitdiff
path: root/crypto/cryptd.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonGravatar Herbert Xu 1-0/+375
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>