summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash (follow)
Commit message (Expand)AuthorAgeFilesLines
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-25/+1
* un-vax;jmc2016-03-103-12/+9
* update NAME section to include all documented functions,jmc2015-11-104-14/+41
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-141-7/+7
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-116-11/+55
* update siphash manpages to reflect change in return type spelling.tedu2015-02-211-4/+4
* Use standard spelling for types, and rename local variable from "free".tedu2015-02-201-17/+17
* userland gets static on functions only used within a file.dlg2015-02-071-5/+5
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-051-6/+6
* Move to the <limits.h> universe.deraadt2015-01-163-7/+9
* Use explicit_bzero instead of memset in hash Final and End functions.millert2015-01-155-12/+12
* be like the kernel and only unroll if not smalltedu2014-12-191-2/+4
* i386 unrolling blows up the media in a big way, due to -Os forderaadt2014-12-191-2/+2
* only unroll on i386 and amd64 (where confirmed to be much faster).tedu2014-12-181-1/+3
* unroll loops. much faster on amd64. ok deraadt millerttedu2014-12-171-1/+2
* typoderaadt2014-12-081-2/+2
* more libc, less kernel documentationtedu2014-12-081-9/+4
* tweak recommendation to use arc4random_buftedu2014-12-081-6/+5
* add siphash from the kernel to libctedu2014-12-083-3/+298
* macro cleanup; from kaspars at bankovskis dot netschwarze2014-11-262-24/+37
* add some missing .An macros and remove some obsolete .Tnschwarze2014-11-162-14/+17
* Reduce instances of `` '' in manuals.bentley2014-11-152-7/+10
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* From ISO/IEC 9899:1999 and 9899:201x,guenther2014-07-201-7/+7
* put $OpenBSD$ back.. notice by philip.beck2014-04-031-0/+2
* I have discussed these licenses with Poul-Henning Kamp and he has agreed tobeck2014-04-032-15/+35
* Remove the MD4 functions.naddy2014-03-236-340/+76
* calling HashFinal with a null digest should crash, not be silently ignoredtedu2014-01-085-61/+40
* rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 supportderaadt2014-01-081-17/+17
* remove unneeded check for null context. ok deraadt gilles millerttedu2013-12-221-9/+1
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-054-16/+16
* SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in amillert2013-04-153-15/+91
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-272-22/+30
* add const where missingtedu2012-09-071-9/+9
* Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and bradmiod2012-08-271-61/+1
* within Rs/Re reference blocks, use %U instead of %O (or any otherjmc2012-08-181-3/+3
* update our recommended hash function to sha256 and note md5 is broken.tedu2010-07-131-9/+4
* no more rmd160(1);jmc2010-07-131-3/+2
* plug a file descriptor leak in HASHFileChunk().oga2010-01-081-2/+4
* allow building without SHA384 and SHA512 (i.e. SHA256 only) withdjm2009-04-151-2/+5
* the last example doesn't need a ctx variable;djm2008-09-121-3/+2
* Rename SHA256/384/512 API to avoid namespace collisions withdjm2008-09-063-137/+143
* Split SHA1Transform() back into smaller pieces when compiling on landisk,miod2008-07-291-5/+66
* The digest in the example seems to have been generatedart2008-02-131-3/+3
* convert to new .Dd format;jmc2007-05-314-8/+8
* sha2 hashes are not 5 32-bit ints in size. Just leave out the sizemillert2007-02-271-2/+2
* when using SHA1Data(), no CTX is needed, so zap that line in the examplegrunk2006-10-031-2/+1
* some markup and punctuation fixes from wiz@netbsdjmc2005-09-121-7/+11
* zap remaining rcsid.espie2005-08-086-29/+5