summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha512-mb/sha512_mb.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-08crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers1-1/+8
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers1-27/+3
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
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker1-1/+1
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 - SHA512 multibuffer job manager and glue codeMegha Dey1-0/+1043