summaryrefslogtreecommitdiffstats
path: root/sys/dev/safe
Commit message (Expand)AuthorAgeFilesLines
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-15/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Use swap32() right.delphij2011-06-121-3/+6
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* shutdown returns an intimp2009-02-051-2/+3
* bandaid crash as I have no time to research the issue and the driversam2007-11-031-1/+1
* Overhaul driver/subsystem api's:sam2007-03-211-28/+28
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Use newly added functions to simplify the code.pjd2006-06-041-37/+15
* Use defines from cryptodev.h.pjd2006-06-041-2/+2
* - Remove HMAC_BLOCK_LEN, it serves no purpose.pjd2006-06-041-4/+6
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-65/+75
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedpjd2006-05-221-4/+5
* Honor cri_mlen value.pjd2006-05-172-2/+13
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* safe(4) doesn't support explicitly provided keys. Return an error insteadpjd2006-04-101-0/+7
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Compile on amd64. (pointer/int mismatches and printf int vs long )peter2004-02-051-5/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-2/+1
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiessam2003-08-131-2/+4
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)sam2003-07-213-0/+2876
OpenPOWER on IntegriCloud