From 2249cbb53ead12539c4ab7f422400e82263d174b Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Thu, 31 Jul 2014 10:29:57 -0700 Subject: [PATCH] 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 Signed-off-by: Herbert Xu --- Reading git-format-patch failed