summaryrefslogtreecommitdiffstats
path: root/crypto/rmd256.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+1
|\
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: rmd256 - use swap macro in rmd256_transformGustavo A. R. Silva2018-07-271-5/+5
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-0/+1
* crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger2011-01-041-1/+2
* crypto: rmd256 - Switch to shashHerbert Xu2008-12-251-29/+32
* crypto: rmd - sparse annotationsHarvey Harrison2008-07-101-4/+4
* [CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu2008-07-101-2/+2
* [CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* [CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-101-0/+363