linux_dsm_epyc7002/arch/x86/crypto/sha-mb
Tim Chen ad61e042e9 crypto: sha-mb - SHA1 multibuffer job manager and glue code
This patch introduces the multi-buffer job manager which is responsible
for submitting scatter-gather buffers from several SHA1 jobs to the
multi-buffer algorithm.  It also contains the flush routine to that's
called by the crypto daemon to complete the job when no new jobs arrive
before the deadline of maximum latency of a SHA1 crypto job.

The SHA1 multi-buffer crypto algorithm is defined and initialized in
this patch.

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:30 +08:00
..
Makefile crypto: sha-mb - SHA1 multibuffer job manager and glue code 2014-08-25 20:32:30 +08:00
sha1_mb_mgr_datastruct.S crypto: sha-mb - SHA1 multibuffer algorithm data structures 2014-08-25 20:32:26 +08:00
sha1_mb_mgr_flush_avx2.S crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 2014-08-25 20:32:28 +08:00
sha1_mb_mgr_init_avx2.c crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 2014-08-25 20:32:28 +08:00
sha1_mb_mgr_submit_avx2.S crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 2014-08-25 20:32:28 +08:00
sha1_mb.c crypto: sha-mb - SHA1 multibuffer job manager and glue code 2014-08-25 20:32:30 +08:00
sha1_x8_avx2.S crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) 2014-08-25 20:32:29 +08:00
sha_mb_ctx.h crypto: sha-mb - SHA1 multibuffer algorithm data structures 2014-08-25 20:32:26 +08:00
sha_mb_mgr.h crypto: sha-mb - SHA1 multibuffer algorithm data structures 2014-08-25 20:32:26 +08:00