aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rmd160.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-1/+0
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-2/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-0/+1
2011-01-04crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger1-1/+2
2008-12-25crypto: rmd160 - Switch to shashHerbert Xu1-29/+32
2008-07-10crypto: rmd - sparse annotationsHarvey Harrison1-4/+4
2008-07-10[CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu1-2/+2
2008-07-10[CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger1-10/+10
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+388