summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha-mb/sha_mb_ctx.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-25crypto: sha-mb - SHA1 multibuffer algorithm data structuresTim Chen1-0/+136
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>