commit | 116177782392739f06868cfc2e6df5267aec4639 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Thu Jul 31 10:29:54 2014 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 25 20:32:26 2014 +0800 |
tree | 837d0e08e706a269ab5841d9eaa302a487ee4247 | |
parent | 1e65b81a90df50bf450193065cc9073b706b8dda [diff] |
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 <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>