aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* ccr,ccp: Fix argument order to sglist_append_vmpages.John Baldwin2023-02-061-1/+1
* crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* ccp: Use devclass_find to lookup devclass in db_show_ccp.John Baldwin2022-04-211-1/+1
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-091-5/+0
* ccp, ccr: Simplify drivers to assume an AES-GCM IV length of 12.John Baldwin2021-10-061-3/+2
* crypto: Constify all transform descriptorsMark Johnston2021-07-263-6/+6
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-251-0/+3
* Revert r366943. It did not work as expected.Jung-uk Kim2020-12-111-1/+0
* Add a new CCP device ID found on my Ryzen 5 3600XT.Jung-uk Kim2020-10-221-0/+1
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-261-0/+4
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-6/+6
* Remove a workaround for GCM requests with an empty payload.John Baldwin2020-05-221-66/+0
* ccp: add a new hardware ID, found on AMD Ryzen 3 3200UAndriy Gapon2020-04-241-0/+1
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-7/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-273-390/+331
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-2/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Don't load ccp automatically with devmatchWarner Losh2018-08-311-0/+2
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-68/+18
* Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer2018-07-091-1/+1
* The PNP info has to follow the module definition. Move it from justWarner Losh2018-03-251-2/+2
* ccp(4): Store IV in output buffer in GCM software fallback when requestedConrad Meyer2018-01-271-0/+3
* Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer2018-01-186-0/+3907