| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | gnn | 2007-05-09 | 5 | -1/+66 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -1/+3 |
* | add missing file from last commit that overhauls crypto/driver api's | sam | 2007-03-21 | 1 | -0/+55 |
* | Overhaul driver/subsystem api's: | sam | 2007-03-21 | 6 | -491/+762 |
* | When DIAGNOSTIC is defined, verify if we don't free crypto requests from | pjd | 2006-06-06 | 1 | -0/+21 |
* | Use newly added functions to simplify the code. | pjd | 2006-06-04 | 1 | -82/+54 |
* | - Replace COPYDATA() and COPYBACK() macros with crypto_copydata() and | pjd | 2006-06-04 | 2 | -27/+47 |
* | Prefer hardware crypto over software crypto. | pjd | 2006-06-04 | 1 | -38/+74 |
* | Use newly added defines instead of magic values. | pjd | 2006-06-04 | 1 | -16/+16 |
* | Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be used | pjd | 2006-06-04 | 2 | -27/+27 |
* | - Remove HMAC_BLOCK_LEN, it serves no purpose. | pjd | 2006-06-04 | 1 | -1/+0 |
* | - Use define of an algorithm with the biggest block length to describe | pjd | 2006-06-04 | 1 | -3/+1 |
* | Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with | pjd | 2006-06-04 | 2 | -6/+6 |
* | Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with | pjd | 2006-06-04 | 2 | -4/+4 |
* | - Add defines with hash length for each hash algorithm. | pjd | 2006-06-04 | 1 | -4/+24 |
* | Kill an unused argument. | pjd | 2006-06-04 | 1 | -5/+5 |
* | Remove (now unused) crp_mac field. | pjd | 2006-05-22 | 1 | -1/+0 |
* | Fix usage of HMAC algorithms via /dev/crypto. | pjd | 2006-05-22 | 1 | -10/+10 |
* | Improve the code responsible for waking up the crypto_proc thread. | pjd | 2006-05-22 | 1 | -14/+11 |
* | Don't wakeup the crypto_ret_proc thread if it is running already. | pjd | 2006-05-22 | 1 | -2/+3 |
* | Don't set cc_kqblocked twice and don't increment cryptostats.cs_kblocks | pjd | 2006-05-22 | 1 | -2/+0 |
* | Document how we synchronize access to the fields in the cryptocap | pjd | 2006-05-22 | 1 | -6/+13 |
* | We must synchronize access to cc_qblocked, because there could be a race | pjd | 2006-05-22 | 1 | -17/+4 |
* | Silent Coverity Prevent report by asserting that cap != NULL. | pjd | 2006-05-18 | 1 | -2/+4 |
* | - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384 | pjd | 2006-05-17 | 6 | -132/+194 |
* | - Make opencrypto more SMP friendly by dropping the queue lock around | pjd | 2006-05-17 | 2 | -145/+140 |
* | Remove cri_rnd. It is not used. | pjd | 2006-05-17 | 1 | -2/+0 |
* | If kern.cryptodevallowsoft is TRUE allow also for symmetric software crypto | pjd | 2006-05-17 | 1 | -2/+8 |
* | Forgot about adding cuio_apply() here. | pjd | 2006-05-17 | 1 | -0/+2 |
* | - Implement cuio_apply(), an equivalent to m_apply(9). | pjd | 2006-05-17 | 1 | -30/+49 |
* | Be sure to wakeup the crypto thread when new request was queued. | pjd | 2006-04-11 | 1 | -6/+8 |
* | - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop. | pjd | 2006-04-10 | 1 | -22/+3 |
* | Fix memory leak which occurs when crypto.ko module is unloaded. | pjd | 2006-03-28 | 1 | -0/+9 |
* | crypto.ko depends on zlib. | wkoszek | 2006-03-04 | 1 | -0/+1 |
* | This patch fixes a problem, which exists if you have IPSEC in your kernel | wkoszek | 2006-02-27 | 1 | -0/+1 |
* | Fix bogus check. It was possible to panic the kernel by giving 0 length. | pjd | 2005-08-18 | 1 | -2/+4 |
* | Check key size for rijndael, as invalid key size can lead to kernel panic. | pjd | 2005-08-16 | 1 | -0/+2 |
* | malloc.h relies on param.h for a definition of MAXCPU. I guess that there is | scottl | 2005-05-30 | 1 | -0/+1 |
* | just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. | ume | 2005-03-11 | 3 | -1286/+1 |
* | - use 1/2 space for rijndael context in ipsec | ume | 2005-03-11 | 3 | -25/+14 |
* | refer opencrypto/cast.h directly. | ume | 2005-03-11 | 1 | -1/+1 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -2/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 20 | -20/+20 |
* | Push Giant down through ioctl. | phk | 2004-11-17 | 1 | -3/+16 |
* | Don't acquire Giant in cryptof_close(), as the code is intended to be | rwatson | 2004-08-10 | 1 | -7/+0 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | rwatson | 2004-07-22 | 1 | -0/+7 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 2 | -0/+2 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -1/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |