summaryrefslogtreecommitdiff
path: root/sys/dev/safe
AgeCommit message (Expand)Author
2009-02-05shutdown returns an intWarner Losh
2007-11-03bandaid crash as I have no time to research the issue and the driverSam Leffler
2007-03-21Overhaul driver/subsystem api's:Sam Leffler
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-06-04Use newly added functions to simplify the code.Pawel Jakub Dawidek
2006-06-04Use defines from cryptodev.h.Pawel Jakub Dawidek
2006-06-04- Remove HMAC_BLOCK_LEN, it serves no purpose.Pawel Jakub Dawidek
2006-06-04Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andPawel Jakub Dawidek
2006-05-22Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek
2006-05-17Honor cri_mlen value.Pawel Jakub Dawidek
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-04-10safe(4) doesn't support explicitly provided keys. Return an error insteadPawel Jakub Dawidek
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-05Compile on amd64. (pointer/int mismatches and printf int vs long )Peter Wemm
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-19Change instances of callout_init that specify MPSAFE behaviour toSam Leffler
2003-08-13o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiesSam Leffler
2003-07-21SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)Sam Leffler