summaryrefslogtreecommitdiffstats
path: root/sys/dev/safe
Commit message (Expand)AuthorAgeFilesLines
* 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