summaryrefslogtreecommitdiff
path: root/sys/crypto/sha2
AgeCommit message (Expand)Author
2006-10-27Merge kernel and userland rmd160 and sha2 implementation.christos
2006-09-03static comes firstchristos
2005-12-11merge ktrace-lwp.christos
2005-08-23Remove stuff inside #if 0, remove __P macro usage, add helper routineselad
2005-08-20Install sha2.h to /usr/include/crypto.elad
2005-07-21Remove unused functions SHA*_End() and SHA*_Data().tron
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-02-26nuke trailing whitespaceperry
2003-09-04bzero() 2nd arg mistake. found by openbsd guys, via kameitojun
2003-08-24Make opencrypto depend on the "ripemd160" and "sha2" attributes, ratherthorpej
2003-07-26Don't declare the sha2.c file twice, instead add opencrypto flag tohe
2003-07-22add hmac-sha2 support. various cleanups (like avoid hardcoding '16').itojun