| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify session selection/allocation. | pjd | 2008-08-09 | 1 | -10/+5 |
* | - Fix freeing session on newsession failure. | pjd | 2008-08-09 | 1 | -9/+24 |
* | Implify sessions freeing loop. | pjd | 2008-08-09 | 1 | -2/+1 |
* | We don't have to drop a lock around malloc(M_NOWAIT). | pjd | 2008-08-09 | 1 | -4/+4 |
* | When freeing session, restore its ID after zeroing memory. | pjd | 2008-08-09 | 1 | -0/+1 |
* | Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE() | pjd | 2008-08-09 | 1 | -3/+5 |
* | Convert lock that protects sessions list from a mutex to a rwlock. | pjd | 2008-07-20 | 1 | -16/+16 |
* | Make test00 compilable again. | sobomax | 2008-01-15 | 2 | -1/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -1/+1 |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | gnn | 2007-05-09 | 3 | -0/+1459 |
* | Overhaul driver/subsystem api's: | sam | 2007-03-21 | 1 | -74/+68 |
* | Initialize T1 to silent gcc warning. | kevlo | 2006-10-22 | 1 | -1/+1 |
* | Less magic. | pjd | 2006-09-15 | 1 | -2/+3 |
* | GCC 3.4.6 gets confused on this file and produces bogus warning. | kan | 2006-08-26 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Use existing roundup2() macro. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Remove redundant check committed by accident. | pjd | 2006-07-25 | 1 | -2/+0 |
* | Avoid memory allocations when the given address is already 16 bytes aligned. | pjd | 2006-07-25 | 1 | -6/+51 |
* | Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytes | pjd | 2006-07-25 | 1 | -1/+1 |
* | Style fixes. | pjd | 2006-07-25 | 4 | -10/+10 |
* | Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in | pjd | 2006-07-22 | 4 | -335/+766 |
* | Correct few bzero()s. | pjd | 2006-07-22 | 1 | -3/+3 |
* | Set ses_ictx and ses_octx to NULL after freeing them, so we won't free | pjd | 2006-07-22 | 1 | -0/+2 |
* | Use the already stored VIA RNG probe information | mr | 2006-07-13 | 1 | -16/+5 |
* | Fix gratuitous compiler warning. | pjd | 2006-06-08 | 1 | -1/+2 |
* | - Pretend to accelerate various HMAC algorithms, so padlock(4) can be used | pjd | 2006-06-05 | 1 | -91/+266 |
* | padlock(4) doesn't support explicitly provided keys yet. | pjd | 2006-04-20 | 1 | -0/+4 |
* | On padlock initialization, allocate memory with M_WAITOK. | pjd | 2006-04-12 | 1 | -5/+1 |
* | Add VIA/ACE "PadLock" support as a crypto(9) driver. | pjd | 2005-08-18 | 1 | -0/+504 |
* | Assert proper key size also in userland by defining KASSERT in !_KERNEL case. | pjd | 2005-08-17 | 1 | -2/+2 |
* | Unbreak the world build (in sbin/gbde). This file is used by both | cperciva | 2005-08-17 | 1 | -0/+2 |
* | Check key size for rijndael, as invalid key size can lead to kernel panic. | pjd | 2005-08-16 | 1 | -0/+2 |
* | gbde(8) is also rejndael user. | ume | 2005-03-11 | 1 | -2/+0 |
* | just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. | ume | 2005-03-11 | 1 | -5/+0 |
* | integrate rijndael-alg-fst.h into rijndael.h. | ume | 2005-03-11 | 5 | -44/+14 |
* | stop including rijndael-api-fst.h from rijndael.h. | ume | 2005-03-11 | 1 | -1/+0 |
* | sys/crypto/md5.[ch] is used from nowhere. So, just nuke them. | ume | 2005-03-11 | 2 | -382/+0 |
* | refer opencrypto/cast.h directly. | ume | 2005-03-11 | 1 | -17/+0 |
* | use cast128 in opencrypto to nuke duplicate code. | ume | 2005-03-10 | 3 | -811/+9 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove | jhb | 2004-11-16 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2004-06-14 | 3 | -3/+13 |
* | Fix a reentrancy issue in md5_calc(). | des | 2004-01-27 | 1 | -4/+1 |
* | avoid module name conflict with opencrypto/rijndael.c. | ume | 2003-11-12 | 1 | -0/+0 |
* | cleanup rijndael API. | ume | 2003-11-11 | 2 | -1/+107 |
* | rijndael-alg-fst.[ch]: | ume | 2003-11-10 | 4 | -1634/+1332 |
* | Add a testcase which validates that the same buffer can be passed to | phk | 2003-10-19 | 2 | -0/+87 |
* | - revert to old rijndael code. new rijndael code broke gbde. | ume | 2003-10-19 | 4 | -1424/+1702 |
* | Fix alignment problem on 64 bit arch. | ume | 2003-10-14 | 1 | -0/+49 |