summaryrefslogtreecommitdiff
path: root/sys/dev/safe
AgeCommit message (Expand)Author
2025-11-07safe(4): fix api usedDavid E. O'Brien
2025-11-07safe(4): add gone_in 16.0David E. O'Brien
2024-11-04hifn/safe: Remove dummy calls to bus_generic_detachJohn Baldwin
2024-04-20safe(4): Remove a double word in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09safe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-02safe(4): Fix a typo in a source code commentGordon Bergling
2021-04-12OCF: Remove support for asymmetric cryptographic operations.John Baldwin
2020-09-08Don't return errors from the cryptodev_process() method.John Baldwin
2020-09-01safe: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-25Add support for optional separate output buffers to in-kernel crypto.John Baldwin
2020-05-11Remove MD5 HMAC from OCF.John Baldwin
2020-05-11Remove support for DES and Triple DES from OCF.John Baldwin
2020-04-20Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2018-08-26Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-09Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-18safe: quiet -Wtautological-compareRyan Libby
2015-06-30Huge cleanup of random(4) code.Mark Murray
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-10-29make this compile on arm... bus_size_t is not size_t, and it hasJohn-Mark Gurney
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2013-09-06Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-03-12More conversions of drivers to use the PCI parent DMA tag.Scott Long
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-12Use swap32() right.Xin LI
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
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