aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/blake2
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* blake2: Remove dieing flag and rw lockJohn Baldwin2023-08-281-22/+0
* blake2: Switch to using FPU_KERN_NOCTXJohn Baldwin2023-08-281-86/+22
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1617-17/+0
* crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* cryptosoft: Fully support per-operation keys for auth algorithms.John Baldwin2021-12-091-24/+14
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-2/+2
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-131-4/+0
* Add domain policy allocation for amd64 fpu_kern_ctxConrad Meyer2020-07-031-1/+6
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-102-6/+6
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-091-1/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-125/+90
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+2
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-102/+10
* MFV: libb2: use native calls for secure memory clearanceConrad Meyer2018-03-271-0/+2
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-2119-0/+772