summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingfabient2018-01-281-71/+239
* sys/opencrypto: minor spelling fixes.pfg2016-05-061-1/+1
* change the KASSERT so it is meaningful, var is unsigned, so evenjmg2015-06-191-1/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-5/+7
* allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...jmg2014-03-111-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-0/+8
* Define an SDT provider for "opencrypto".bz2009-11-281-0/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* Overhaul driver/subsystem api's:sam2007-03-211-237/+515
* When DIAGNOSTIC is defined, verify if we don't free crypto requests frompjd2006-06-061-0/+21
* Prefer hardware crypto over software crypto.pjd2006-06-041-38/+74
* Improve the code responsible for waking up the crypto_proc thread.pjd2006-05-221-14/+11
* Don't wakeup the crypto_ret_proc thread if it is running already.pjd2006-05-221-2/+3
* Don't set cc_kqblocked twice and don't increment cryptostats.cs_kblockspjd2006-05-221-2/+0
* We must synchronize access to cc_qblocked, because there could be a racepjd2006-05-221-17/+4
* Silent Coverity Prevent report by asserting that cap != NULL.pjd2006-05-181-2/+4
* - Make opencrypto more SMP friendly by dropping the queue lock aroundpjd2006-05-171-145/+139
* Be sure to wakeup the crypto thread when new request was queued.pjd2006-04-111-6/+8
* crypto.ko depends on zlib.wkoszek2006-03-041-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* consolidate callback optimization check in one location by adding a flagsam2003-06-301-1/+10
* Add support to eliminate a context switch per crypto op when using thesam2003-06-271-19/+17
* Use __FBSDID().obrien2003-06-111-1/+4
* Flush my local cache of cryto subsystem fixes:sam2003-06-021-12/+16
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-231-26/+72
* Invoke the driver directly when a request is submitted via crypto_dispatchsam2003-01-091-21/+52
* correct flags passed when allocation crypto request structures so wesam2003-01-061-2/+2
* manage kernel threads properly; especially shutting them down on module unloadsam2003-01-031-52/+133
* MFS: crypto timing support; purge usercrypto sysctl (just don't configsam2003-01-031-6/+78
* change load order so module is present before crypto driverssam2002-11-081-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-3/+30
* o split crypto_proc into two threads: one for processing requests and onesam2002-10-071-52/+92
* In-kernel crypto framework derived from openbsd. This facility providessam2002-10-041-0/+936
OpenPOWER on IntegriCloud