aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/sha2
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+15
* 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