aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptodev.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize struct fileops with C99 sparse initialization.Poul-Henning Kamp2003-06-181-7/+7
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Flush my local cache of cryto subsystem fixes:Sam Leffler2003-06-021-6/+26
* 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-231-1/+2
* 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
* MFS: crypto timing support; purge usercrypto sysctl (just don't configSam Leffler2003-01-031-2/+0
* correct minor # in make_dev callSam Leffler2002-11-081-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-161-0/+1
* remove CIOGSSESSION (get software session); it was added only for testingSam Leffler2002-10-071-3/+1
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-041-0/+798