aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/safe
Commit message (Expand)AuthorAgeFilesLines
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-82/+13
* Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer2018-07-091-4/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* safe: quiet -Wtautological-compareRyan Libby2017-08-181-6/+2
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* make this compile on arm... bus_size_t is not size_t, and it hasJohn-Mark Gurney2014-10-291-2/+2
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-13/+2
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-15/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Use swap32() right.Xin LI2011-06-121-3/+6
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* shutdown returns an intWarner Losh2009-02-051-2/+3
* bandaid crash as I have no time to research the issue and the driverSam Leffler2007-11-031-1/+1
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-28/+28
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use newly added functions to simplify the code.Pawel Jakub Dawidek2006-06-041-37/+15
* Use defines from cryptodev.h.Pawel Jakub Dawidek2006-06-041-2/+2
* - Remove HMAC_BLOCK_LEN, it serves no purpose.Pawel Jakub Dawidek2006-06-041-4/+6
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andPawel Jakub Dawidek2006-06-041-65/+75
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek2006-05-221-4/+5
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-172-2/+13
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* safe(4) doesn't support explicitly provided keys. Return an error insteadPawel Jakub Dawidek2006-04-101-0/+7
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Compile on amd64. (pointer/int mismatches and printf int vs long )Peter Wemm2004-02-051-5/+5
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-2/+1
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiesSam Leffler2003-08-131-2/+4
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)Sam Leffler2003-07-213-0/+2876