summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha512-mb/sha512_mb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha512-mb - add some missing unlock on errorDan Carpenter2017-05-181-3/+4
* crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen2017-02-111-22/+42
* crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2016-11-171-1/+1
* crypto: sha512-mb - fix ctx pointerXiaodong Liu2016-08-161-2/+2
* crypto: sha-mb - Cleanup code to use || instead of |Tim Chen2016-07-121-4/+7
* crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-281-0/+1043