aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-sha512.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu1-7/+12
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner1-13/+1
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers1-4/+2
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-1/+0
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek1-12/+16
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu1-19/+25
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa1-35/+50
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa1-122/+100
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri1-1/+1
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri1-0/+16
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri1-49/+68
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder1-3/+4
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265