aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx/nx-sha512.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsGravatar Herbert Xu 1-7/+12
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesGravatar Aditya Srivastava 1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Gravatar Thomas Gleixner 1-13/+1
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagGravatar Eric Biggers 1-4/+2
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+0
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAGravatar Jan Stancek 1-12/+16
2015-07-08crypto: nx - Fix reentrancy bugsGravatar Herbert Xu 1-19/+25
2015-04-26crypto: nx - Fixing SHA update bugGravatar Leonidas Da Silva Barbosa 1-35/+50
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsGravatar Leonidas S. Barbosa 1-122/+100
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeGravatar Marcelo Cerri 1-1/+1
2013-08-14crypto: nx - fix concurrency issueGravatar Marcelo Cerri 1-0/+16
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Gravatar Marcelo Cerri 1-49/+68
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesGravatar Kent Yoder 1-3/+4
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionGravatar Kent Yoder 1-0/+265