Tim Chen 1e65b81a90 crypto: sha-mb - multibuffer crypto infrastructure
This patch introduces the multi-buffer crypto daemon which is responsible
for submitting crypto jobs in a work queue to the responsible multi-buffer
crypto algorithm.  The idea of the multi-buffer algorihtm is to put
data streams from multiple jobs in a wide (AVX2) register and then
take advantage of SIMD instructions to do crypto computation on several
buffers simultaneously.

The multi-buffer crypto daemon is also responsbile for flushing the
remaining buffers to complete the computation if no new buffers arrive
for a while.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-08-25 20:32:25 +08:00
..
2014-04-18 14:20:48 +02:00
2013-04-25 21:01:47 +08:00
2014-08-01 22:35:55 +08:00
2013-02-04 21:16:53 +08:00
2010-02-16 20:33:49 +08:00
2014-08-01 22:35:55 +08:00
2008-08-29 15:50:02 +10:00
2014-08-01 22:35:55 +08:00
2013-07-09 10:33:30 -07:00
2013-07-09 10:33:30 -07:00
2014-06-25 21:51:53 +08:00
2011-08-06 18:32:45 -07:00
2014-08-01 22:35:55 +08:00
2014-08-01 22:35:55 +08:00