summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha512-mb/sha512_mb_mgr_datastruct.S
Commit message (Collapse)AuthorAgeFilesLines
* crypto: sha512-mb - Algorithm data structuresMegha Dey2016-06-281-0/+281
This patch introduces the data structures and prototypes of functions needed for computing SHA512 hash using multi-buffer. Included are the structures of the multi-buffer SHA512 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>