summaryrefslogtreecommitdiff
path: root/sys/crypto
AgeCommit message (Expand)Author
2007-01-22Added missing const-qualifiers.cbiere
2007-01-21Added const-qualifiers.cbiere
2006-10-27Merge kernel and userland rmd160 and sha2 implementation.christos
2006-09-03static comes firstchristos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2005-12-11merge ktrace-lwp.christos
2005-09-24RMD160_DIGEST_STRING_LENGTH is 41, including the terminating NUL.elad
2005-09-24Install rmd160.h to /usr/include/crypto.elad
2005-09-24RMD160File() gets const char *, add RMD160FileChunk().elad
2005-09-24Define RMD160_DIGEST_STRING_LENGTH.elad
2005-09-11Lint warnings.elad
2005-08-23Remove stuff inside #if 0, remove __P macro usage, add helper routineselad
2005-08-22Make this usable both in kernel and userland.elad
2005-08-20Install sha2.h to /usr/include/crypto.elad
2005-07-21Remove unused functions SHA*_End() and SHA*_Data().tron
2005-06-03Constify, to make it compile (at least).martin
2005-05-31add a missing constchristos
2005-05-30sprinkle constchristos
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-04-19Make resultant hash length a symbolic define so other code can reuse theblymn
2005-02-26nuke trailing whitespaceperry
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-11-16Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack.tls
2003-09-04bzero() 2nd arg mistake. found by openbsd guys, via kameitojun
2003-08-28rijndael-api-fst.h is not neededitojun
2003-08-27Add missing RCS ID.thorpej
2003-08-27simplify rijndael.c API - always schedule encrypt/decrypt key.itojun
2003-08-27Fix build problem caused by adding "const", remove "register" usage.tron
2003-08-27typoitojun
2003-08-27check and panic if key with wrong dir is passeditojun
2003-08-26* Const poison, ANSI'ify, like newer OpenSSL Blowfish code.thorpej
2003-08-26const an array.thorpej
2003-08-26Const poison, use ANSI-style.thorpej
2003-08-26Take a couple more opportunities to const poison.thorpej
2003-08-26Const poison.thorpej
2003-08-26Move the opencrypto CAST-128 implementation to crypto/cast128, removingthorpej
2003-08-26G/C opencrypto's local copy of rijndael. Adapt the extant rijndaelthorpej
2003-08-24Make opencrypto depend on the "ripemd160" and "sha2" attributes, ratherthorpej
2003-08-18Ensure that the IV is aligned for strict alignment machines.elric
2003-08-01Make this compile for big endian archs.martin
2003-07-28Clean up dependencies between opencrypto framework and sys/crypto,jonathan
2003-07-26Don't declare the sha2.c file twice, instead add opencrypto flag tohe
2003-07-25add ripemd160 (for AH)itojun
2003-07-24make rijndael_cipherInit() to take binary IV, not hex IV, as before.itojun
2003-07-22add hmac-sha2 support. various cleanups (like avoid hardcoding '16').itojun
2003-07-16"make regress" work under regress/sys/crypto/rijndaelitojun
2003-07-16rijndael-api-fst.c is needed for cgd. pointed out by Loveitojun
2003-07-15simplify and update rijndael code. markus@openbsditojun
2003-02-09sprinkle some #ifdef __LINT__ until C9X named union memberdrochner
2002-11-18correct panic() condition - it was backwards.itojun