aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Do not aggressively unroll the AES implementation, in non-benchmarking usePoul-Henning Kamp2004-02-041-2/+0
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perPoul-Henning Kamp2004-02-022-0/+11
* style(9) pass and type fixups.Bruce M Simpson2003-12-161-1/+1
* Purge crmbuf.c as the routines are now in uipc_mbuf.c.Bruce M Simpson2003-12-151-119/+0
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-152-11/+1
* eliminate an unnecessary 8Kbyte bzero that was being done for eachSam Leffler2003-11-191-8/+5
* falloc allocates a file structure and adds it to the file descriptorDavid Malone2003-10-191-1/+1
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-1/+0
* consolidate callback optimization check in one location by adding a flagSam Leffler2003-06-302-7/+17
* Add support to eliminate a context switch per crypto op when using theSam Leffler2003-06-273-23/+33
* Initialize struct fileops with C99 sparse initialization.Poul-Henning Kamp2003-06-181-7/+7
* Use __FBSDID().David E. O'Brien2003-06-1111-16/+37
* Flush my local cache of cryto subsystem fixes:Sam Leffler2003-06-023-18/+43
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+7
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbackSam Leffler2003-02-233-29/+78
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-4/+4
* Invoke the driver directly when a request is submitted via crypto_dispatchSam Leffler2003-01-091-21/+52
* correct flags passed when allocation crypto request structures so weSam Leffler2003-01-061-2/+2
* manage kernel threads properly; especially shutting them down on module unloadSam Leffler2003-01-031-52/+133
* MFS: crypto timing support; purge usercrypto sysctl (just don't configSam Leffler2003-01-033-9/+107
* correct minor # in make_dev callSam Leffler2002-11-081-1/+1
* change load order so module is present before crypto driversSam Leffler2002-11-081-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-162-3/+31
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1
* o split crypto_proc into two threads: one for processing requests and oneSam Leffler2002-10-071-52/+92
* remove CIOGSSESSION (get software session); it was added only for testingSam Leffler2002-10-072-4/+1
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-0421-0/+7317