crypto: pcrypt - Add pcrypt crypto parallelization wrapper
authorSteffen Klassert <steffen.klassert@secunet.com>
Thu, 7 Jan 2010 04:57:19 +0000 (15:57 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 7 Jan 2010 04:57:19 +0000 (15:57 +1100)
commit5068c7a883d1694f0fb3631b664827644153cd08
tree25da5f02280c42a83b278372babbbcab011589ac
parent16295bec6398a3eedc9377e1af6ff4c71b98c300
crypto: pcrypt - Add pcrypt crypto parallelization wrapper

This patch adds a parallel crypto template that takes a crypto
algorithm and converts it to process the crypto transforms in
parallel. For the moment only aead algorithms are supported.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/pcrypt.c [new file with mode: 0644]
include/crypto/pcrypt.h [new file with mode: 0644]