crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2
This patch introduces the routines used to submit and flush buffers belonging to SHA1 crypto jobs to the SHA1 multibuffer algorithm. It is implemented mostly in assembly optimized with AVX2 instructions. Signed-off-by:Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S 327 additions, 0 deletionsarch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S
- arch/x86/crypto/sha-mb/sha1_mb_mgr_init_avx2.c 64 additions, 0 deletionsarch/x86/crypto/sha-mb/sha1_mb_mgr_init_avx2.c
- arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S 228 additions, 0 deletionsarch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S
Please register or sign in to comment