summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha2
Commit message (Expand)AuthorAgeFilesLines
* Retune SHA2 code for improved performance on CPUs with more ILP andcperciva2016-05-292-190/+198
* Implement SHA-512 truncated (224 and 256 bits)allanjude2016-05-282-0/+223
* crypto routines: Hint minimum buffer sizes to the compilercem2016-05-265-10/+10
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-276-800/+581
* Complete the move that was started w/ r263218.. For some reason Ijmg2015-07-112-0/+47
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-164-404/+15
* copy these files from lib/libmd in preperation for moving these filesjmg2014-03-162-0/+347
* Sync with KAME.delphij2013-07-092-5/+4
* Allow assert() to operate correctly when building userland code.rmh2013-07-091-1/+3
* Make private functions static.brucec2011-02-211-8/+8
* Initialize T1 to silent gcc warning.kevlo2006-10-221-1/+1
* GCC 3.4.6 gets confused on this file and produces bogus warning.kan2006-08-261-1/+1
* Correctly bzero the entire context, not just the first sizeof(void *) bytes.phk2003-09-081-6/+6
* Use __FBSDID().obrien2003-06-101-2/+2
* Make this compilable from userland as well.phk2002-11-011-0/+4
* Fix some really pedantic GCC warnings.markm2002-07-151-5/+5
* Remove __P.alfred2002-03-201-17/+17
* off by one error in Aaron Gifford's code. KAME PR 393.ume2002-02-261-3/+3
* less warningume2001-06-161-2/+2
* Sync with recent KAME.ume2001-06-112-0/+1189
OpenPOWER on IntegriCloud