summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rmd160.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Buffer in RMD160_CTX is length RMD160_BLOCK_LENGTH not RMD160_DIGEST_LENGTH.millert2009-07-051-2/+2
| | | | Userland version was already correct. From Jason Fritcher. OK deraadt@
* Use defines for constants. Use __attribute__ bounded.hshoexer2008-11-041-7/+16
| | | | ok markus@ (quite some time ago)
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* RIPEMD-160 implementation based onmarkus2001-09-261-27/+30
| | | | ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
* move crypto codederaadt2000-02-281-0/+37