From 116177782392739f06868cfc2e6df5267aec4639 Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Thu, 31 Jul 2014 10:29:54 -0700 Subject: [PATCH] crypto: sha-mb - SHA1 multibuffer algorithm data structures This patch introduces the data structures and prototypes of functions needed for computing SHA1 hash using multi-buffer. Included are the structures of the multi-buffer SHA1 job, job scheduler in C and x86 assembly. Signed-off-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-format-patch failed