aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/eli/g_eli_privacy.c
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-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* geom_eli: mostly plug set-but-not-unused varsMateusz Guzik2021-12-091-1/+1
* Fix memory deadlock when GELI partition is used for swap.Gleb Smirnoff2021-09-281-9/+16
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-081-8/+16
* geli: use unmapped I/OAlan Somers2020-08-261-8/+57
* Fix indentation.John Baldwin2020-07-271-1/+1
* Fix geli's null cipher, and add a test caseAlan Somers2020-07-211-3/+5
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-4/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-53/+32
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-1/+1
* Let geli deal with lost devices without crashing.Mariusz Zaborski2018-07-151-2/+4
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* After crypto_dispatch() bio might be already delivered and destroyed,Pawel Jakub Dawidek2015-08-061-7/+4
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-1/+1
* use a straight buffer instead of an iov w/ 1 segment... The aesniJohn-Mark Gurney2014-09-041-18/+3
* Instead of allocating memory for all the keys at device attach,Pawel Jakub Dawidek2011-04-211-6/+8
* Bring in geli suspend/resume functionality (finally).Pawel Jakub Dawidek2010-10-201-4/+54
* - Add missing comments.Pawel Jakub Dawidek2010-10-201-0/+5
* Update copyright years.Pawel Jakub Dawidek2010-09-231-1/+1
* Add support for AES-XTS. This will be the default now.Pawel Jakub Dawidek2010-09-231-0/+2
* Implement switching of data encryption key every 2^20 blocks.Pawel Jakub Dawidek2010-09-231-1/+3
* Make the code similar to the code in g_eli_integrity.c.Pawel Jakub Dawidek2010-09-231-3/+4
* Implement data integrity verification (data authentication) for geli(8).Pawel Jakub Dawidek2006-06-051-0/+270