aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sec
Commit message (Expand)AuthorAgeFilesLines
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-251-0/+3
* sec: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* [PowerPC] Fix build failure in sec.cBrandon Bergren2020-08-261-1/+1
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-261-0/+3
* Update sec(4) for separate output buffers changes in r361481.John Baldwin2020-05-251-3/+3
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-8/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-111-65/+0
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-111-4/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-12/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-272-340/+218
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-104/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Accidentally dropped the 0 padding.Justin Hibbits2016-01-011-1/+1
* Fix a couple printf formats.Justin Hibbits2016-01-011-1/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Recognize version 3.1 of the SEC crypto engine.Rafal Jaworowski2012-05-242-0/+5
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-20/+15
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-2/+4
* Initial version of the sec(4) driver for the integrated security engine foundRafal Jaworowski2009-06-062-0/+2301