aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/crypto/sha512-mb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-5/+3
2018-07-09crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers1-1/+8
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2-32/+6
2018-02-08crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-18crypto: sha512-mb - add some missing unlock on errorDan Carpenter1-3/+4
2017-02-11crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen1-22/+42
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko3-4/+14
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2-2/+2
2016-08-16crypto: sha512-mb - fix ctx pointerXiaodong Liu1-2/+2
2016-07-12crypto: sha-mb - Cleanup code to use || instead of |Tim Chen1-4/+7
2016-06-28crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey1-0/+529
2016-06-28crypto: sha512-mb - Algorithm data structuresMegha Dey3-0/+515
2016-06-28crypto: sha512-mb - submit/flush routines for AVX2Megha Dey3-0/+580
2016-06-28crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2-0/+1054