summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Make additional parts of sys/geom/eli more usable in userspaceallanjude2016-01-071-72/+0
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-1/+1
* use a straight buffer instead of an iov w/ 1 segment... The aesnijmg2014-09-041-17/+3
* In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,delphij2014-02-081-0/+1
* Clear some more places with potentially sensitive data.pjd2013-12-151-0/+2
* Update copyright years.pjd2010-09-231-1/+1
* Add support for AES-XTS. This will be the default now.pjd2010-09-231-0/+13
* On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so thejb2007-11-191-0/+2
* Add support for Camellia encryption algorithm.pjd2007-09-011-0/+15
* Overhaul driver/subsystem api's:sam2007-03-211-1/+1
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagpjd2006-04-201-1/+1
* Remove trailing spaces.pjd2006-02-011-1/+1
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-271-0/+276
OpenPOWER on IntegriCloud