summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptodev.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 4/6:phk2004-02-211-0/+2
* eliminate an unnecessary 8Kbyte bzero that was being done for eachsam2003-11-191-8/+5
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-191-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-1/+0
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-7/+7
* Use __FBSDID().obrien2003-06-111-2/+3
* Flush my local cache of cryto subsystem fixes:sam2003-06-021-6/+26
* 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-231-1/+2
* 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
* MFS: crypto timing support; purge usercrypto sysctl (just don't configsam2003-01-031-2/+0
* correct minor # in make_dev callsam2002-11-081-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-0/+1
* remove CIOGSSESSION (get software session); it was added only for testingsam2002-10-071-3/+1
* In-kernel crypto framework derived from openbsd. This facility providessam2002-10-041-0/+798
OpenPOWER on IntegriCloud