summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* consolidate callback optimization check in one location by adding a flagsam2003-06-302-7/+17
* Add support to eliminate a context switch per crypto op when using thesam2003-06-273-23/+33
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-7/+7
* Use __FBSDID().obrien2003-06-1111-16/+37
* Flush my local cache of cryto subsystem fixes:sam2003-06-023-18/+43
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+7
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-233-29/+78
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-4/+4
* 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-033-9/+107
* correct minor # in make_dev callsam2002-11-081-1/+1
* 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-162-3/+31
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* o split crypto_proc into two threads: one for processing requests and onesam2002-10-071-52/+92
* remove CIOGSSESSION (get software session); it was added only for testingsam2002-10-072-4/+1
* In-kernel crypto framework derived from openbsd. This facility providessam2002-10-0421-0/+7317
OpenPOWER on IntegriCloud