aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/sha2
Commit message (Expand)AuthorAgeFilesLines
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-202-5/+5
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2018-07-092-0/+154
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-184-5/+10
* libmd: introduce functions that operate on an fd instead of filenameEd Maste2016-10-174-0/+40
* Retune SHA2 code for improved performance on CPUs with more ILP andColin Percival2016-05-292-190/+198
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-282-0/+223
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-265-10/+10
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-276-800/+581
* Complete the move that was started w/ r263218.. For some reason IJohn-Mark Gurney2015-07-112-0/+47
* replace the kernel's version w/ cperciva's implementation... In allJohn-Mark Gurney2014-03-164-404/+15
* copy these files from lib/libmd in preperation for moving these filesJohn-Mark Gurney2014-03-162-0/+347
* Sync with KAME.Xin LI2013-07-092-5/+4
* Allow assert() to operate correctly when building userland code.Robert Millan2013-07-091-1/+3
* Make private functions static.Rebecca Cran2011-02-211-8/+8
* Initialize T1 to silent gcc warning.Kevin Lo2006-10-221-1/+1
* GCC 3.4.6 gets confused on this file and produces bogus warning.Alexander Kabaev2006-08-261-1/+1
* Correctly bzero the entire context, not just the first sizeof(void *) bytes.Poul-Henning Kamp2003-09-081-6/+6
* Use __FBSDID().David E. O'Brien2003-06-101-2/+2
* Make this compilable from userland as well.Poul-Henning Kamp2002-11-011-0/+4
* Fix some really pedantic GCC warnings.Mark Murray2002-07-151-5/+5
* Remove __P.Alfred Perlstein2002-03-201-17/+17
* off by one error in Aaron Gifford's code. KAME PR 393.Hajimu UMEMOTO2002-02-261-3/+3
* less warningHajimu UMEMOTO2001-06-161-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-0/+1189