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)
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>

No differences found