aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha256-mb (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-0/+2
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko3-5/+11
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2-2/+2
2016-08-16crypto: sha256-mb - fix ctx pointer and digest copyXiaodong Liu2-5/+6
2016-07-12crypto: sha-mb - Cleanup code to use || instead of |Tim Chen1-4/+7
2016-06-27crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey1-0/+593
2016-06-27crypto: sha256-mb - Algorithm data structuresMegha Dey3-0/+548
2016-06-27crypto: sha256-mb - submit/flush routines for AVX2Megha Dey3-0/+584
2016-06-27crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2-0/+1038