summaryrefslogtreecommitdiff
path: root/sys/crypto
Commit message (Expand)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Initiate deorbit burn sequence for 80386 support in FreeBSD: RemoveJohn Baldwin2004-11-161-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Use __FBSDID().David E. O'Brien2004-06-143-3/+13
* Fix a reentrancy issue in md5_calc().Dag-Erling Smørgrav2004-01-271-4/+1
* avoid module name conflict with opencrypto/rijndael.c.Hajimu UMEMOTO2003-11-121-0/+0
* cleanup rijndael API.Hajimu UMEMOTO2003-11-112-1/+107
* rijndael-alg-fst.[ch]:Hajimu UMEMOTO2003-11-104-1634/+1332
* Add a testcase which validates that the same buffer can be passed toPoul-Henning Kamp2003-10-192-0/+87
* - revert to old rijndael code. new rijndael code broke gbde.Hajimu UMEMOTO2003-10-194-1424/+1702
* Fix alignment problem on 64 bit arch.Hajimu UMEMOTO2003-10-141-0/+49
* use BF_ecb_encrypt().Hajimu UMEMOTO2003-10-132-2/+88
* simplify and update rijndael code.Hajimu UMEMOTO2003-10-126-1737/+1407
* use opencrypto for RMD160.Hajimu UMEMOTO2003-10-122-409/+0
* drop useless define.Hajimu UMEMOTO2003-10-121-3/+0
* use bswap32() for big endian arch.Hajimu UMEMOTO2003-10-121-1/+1
* RIPEMD160 supportHajimu UMEMOTO2003-10-122-0/+412
* switch cast128 implementation to implementation by Steve Reid;Hajimu UMEMOTO2003-10-104-1008/+790
* one more opossite conditiion.Hajimu UMEMOTO2003-09-181-1/+1
* condition of padLen check was opposite.Hajimu UMEMOTO2003-09-171-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-109-14/+30
* Assembly files put thru the C preprocessor need to have C style comments.David E. O'Brien2003-04-212-78/+78
* Remove some unnecessary casts.Mike Silbersack2003-01-251-3/+3
* make rc4 crypto support a module so other modules can depend on itSam Leffler2003-01-151-0/+22
* Make this compilable from userland as well.Poul-Henning Kamp2002-11-011-0/+4
* Don't panic when we can just return an error code.Poul-Henning Kamp2002-10-141-2/+6
* Fix some really pedantic GCC warnings.Mark Murray2002-07-151-5/+5
* Fixed AES encryption algorithm bugSUZUKI Shinsuke2002-05-241-0/+1
* Remove macros that are defined elsewhere.Mark Murray2002-04-211-2/+0
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-192-2/+2
* Remove __P.Alfred Perlstein2002-03-208-60/+55
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-0515-508/+5195
* off by one error in Aaron Gifford's code. KAME PR 393.Hajimu UMEMOTO2002-02-261-3/+3
* fixed the cast128 calculation with a short cipher key length.Hajimu UMEMOTO2001-11-272-4/+17
* properly check DES weak key. KAME PR 363.Hajimu UMEMOTO2001-07-031-5/+2
* less warningHajimu UMEMOTO2001-06-162-82/+82
* Sync with recent KAME.Hajimu UMEMOTO2001-06-1128-2377/+1485
* Kernel crypto need binary key material, not symbolic ascii.Mark Murray2001-03-101-0/+3
* Initial import of AES algorithm code (aka Rijndael) from KAME.Kris Kennaway2000-10-307-0/+2024
* Fix broken const'ness in declaration of sha1_loop().Archie Cobbs2000-10-092-6/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-0429-450/+355
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* A simplified RC4 implementation for kernel use.Archie Cobbs2000-04-092-0/+158
* Fix bogus const-ness in declaration of sha1_loop().Archie Cobbs2000-04-092-5/+3
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-102-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-2229-0/+6172