summaryrefslogtreecommitdiff
path: root/sys/crypto/ccp
AgeCommit message (Expand)Author
2025-08-19random: Make random_source definitions constMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
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
2023-02-06ccr,ccp: Fix argument order to sglist_append_vmpages.John Baldwin
2022-05-06crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21ccp: Use devclass_find to lookup devclass in db_show_ccp.John Baldwin
2021-12-09crypto: Validate AES-GCM IV length in check_csp().John Baldwin
2021-10-06ccp, ccr: Simplify drivers to assume an AES-GCM IV length of 12.John Baldwin
2021-07-26crypto: Constify all transform descriptorsMark Johnston
2021-05-25crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin
2020-12-11Revert r366943. It did not work as expected.Jung-uk Kim
2020-10-22Add a new CCP device ID found on my Ryzen 5 3600XT.Jung-uk Kim
2020-08-26crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers
2020-05-25Add support for optional separate output buffers to in-kernel crypto.John Baldwin
2020-05-22Remove a workaround for GCM requests with an empty payload.John Baldwin
2020-04-24ccp: add a new hardware ID, found on AMD Ryzen 3 3200UAndriy Gapon
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
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-31Don't load ccp automatically with devmatchWarner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-09Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer
2018-03-25The PNP info has to follow the module definition. Move it from justWarner Losh
2018-01-27ccp(4): Store IV in output buffer in GCM software fallback when requestedConrad Meyer
2018-01-18Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer