From: Tim Chen Date: Thu, 31 Jul 2014 17:29:54 +0000 (-0700) Subject: crypto: sha-mb - SHA1 multibuffer algorithm data structures X-Git-Tag: fixes-for-v3.18-merge-window~17^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=116177782392739f06868cfc2e6df5267aec4639;p=pandora-kernel.git 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-diff-tree failed