aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/eli/g_eli_integrity.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-12/+25
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-151-0/+11
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-081-5/+15
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-12/+12
* 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-84/+99
* Use the newer EINTEGRITY error when authentication fails.John Baldwin2020-03-231-1/+1
* 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
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix information leak in geli(8) integrity modeConrad Meyer2017-09-091-1/+9
* Fix alignment issues on MIPS: align the pointers properly.Ruslan Bukin2016-10-311-0/+5
* 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-21/+4
* Add missing period at the end of the error messageEitan Adler2012-05-131-2/+2
* Clarify error that geli generatesEitan Adler2012-05-091-3/+4
* When support for multiple encryption keys was committed, GELI integrity modePawel Jakub Dawidek2011-05-081-0/+2
* Drop proper key.Pawel Jakub Dawidek2011-05-081-1/+1
* Instead of allocating memory for all the keys at device attach,Pawel Jakub Dawidek2011-04-211-4/+6
* Bring in geli suspend/resume functionality (finally).Pawel Jakub Dawidek2010-10-201-3/+5
* - 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/+1
* Don't forget to initialize crp_olen field, which is used to calculatePawel Jakub Dawidek2006-07-221-0/+1
* - Unbreak the build when geli is compiled into the kernel (on as module),Pawel Jakub Dawidek2006-06-061-2/+2
* Implement data integrity verification (data authentication) for geli(8).Pawel Jakub Dawidek2006-06-051-0/+530