commit | 98cf10383a5507147793789bc5c2c02688df44b2 | [log] [tgz] |
---|---|---|
author | Megha Dey <megha.dey@intel.com> | Thu Jun 23 18:40:45 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 27 16:57:45 2016 +0800 |
tree | 156b6689966a1686f629eb03ee3303f81afa52c7 | |
parent | a377c6b1876e7ac847a124998e828baf9d8c89c2 [diff] |
crypto: sha256-mb - Algorithm data structures This patch introduces the data structures and prototypes of functions needed for computing SHA256 hash using multi-buffer. Included are the structures of the multi-buffer SHA256 job, job scheduler in C and x86 assembly. Signed-off-by: Megha Dey <megha.dey@linux.intel.com> Reviewed-by: Fenghua Yu <fenghua.yu@intel.com> Reviewed-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>