summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.h
Commit message (Expand)AuthorAgeFilesLines
* Use correct part of the Master-Key for generating encryption keys.pjd2012-07-041-5/+12
* Before this change when GELI detected hardware crypto acceleration it willpjd2011-10-271-0/+1
* Add support for creating GELI devices with older metadata version for usepjd2011-10-251-5/+54
* When decoding metadata, check magic string, so we know this is not GELI devicepjd2011-10-251-0/+2
* When metadata is at newer version than the highest supported, returnpjd2011-10-251-1/+1
* Detect and handle metadata of version 6.pjd2011-05-081-8/+9
* When support for multiple encryption keys was committed, GELI integrity modepjd2011-05-081-2/+13
* Remove prototype for a function that no longer exist.pjd2011-05-081-2/+0
* Instead of allocating memory for all the keys at device attach,pjd2011-04-211-23/+38
* Free opencrypto sessions on suspend, as they also might keep encryption keys.pjd2010-10-211-0/+1
* Bring in geli suspend/resume functionality (finally).pjd2010-10-201-0/+7
* Change g_eli_debug to int, so one can turn off any GELI output by settingpjd2010-09-251-1/+1
* Update copyright years.pjd2010-09-231-1/+1
* Add support for AES-XTS. This will be the default now.pjd2010-09-231-1/+25
* Implement switching of data encryption key every 2^20 blocks.pjd2010-09-231-21/+32
* Define default overwrite count, so that userland can use it.pjd2010-09-231-0/+1
* Support attaching version 4 metadatabrian2010-09-191-2/+4
* Correct offset conversion to little endian. It was implemented in version 2,pjd2010-08-281-4/+4
* Add support for Camellia encryption algorithm.pjd2007-09-011-1/+6
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-161-3/+5
* Before using byte offset for IV creation, covert it to little endian.pjd2006-08-111-9/+13
* Forgot to bump version number after G_ELI_FLAG_READONLY flag addition.pjd2006-08-111-3/+5
* Allow geli to operate on read-only providers.pjd2006-08-091-0/+4
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-051-12/+124
* Revert previous change, as I fixed MD5(9).pjd2006-03-301-6/+2
* md_hash field in g_eli_metadata structure is not 4 byte aligned, whichpjd2006-03-301-2/+6
* Remove trailing spaces.pjd2006-02-011-1/+1
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
* - Add a missing period.pjd2005-08-191-3/+3
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-271-0/+366
OpenPOWER on IntegriCloud