summaryrefslogtreecommitdiff
path: root/sys/crypto/blake2
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-28blake2: Remove dieing flag and rw lockJohn Baldwin
2023-08-28blake2: Switch to using FPU_KERN_NOCTXJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-05-06crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-09cryptosoft: Fully support per-operation keys for auth algorithms.John Baldwin
2021-07-26crypto: Constify all transform descriptorsMark Johnston
2020-10-13Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin
2020-07-03Add domain policy allocation for amd64 fpu_kern_ctxConrad Meyer
2020-06-10Adjust crypto_apply function callbacks for OCF.John Baldwin
2020-06-09Add a crypto capability flag for accelerated software drivers.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-03-27MFV: libb2: use native calls for secure memory clearanceConrad Meyer
2018-03-21Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer