summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde/g_bde_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Comment typophk2005-07-201-1/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Fix a problem that shows up if less than the full complement ofphk2004-09-111-1/+1
* Remove the MD5_KEY debugging toolphk2004-01-231-33/+0
* Correct bzero length so we clear the entire key structure.phk2003-09-081-1/+1
* Bzero the right number of bytes.phk2003-09-061-1/+1
* Don't use & in front of arrays.phk2003-05-311-2/+2
* Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
* Fix an obscure fencepost error in GBDE's sector mapping code:phk2003-04-291-0/+26
* I accidentally leaked this debugging tool in with my last commit.phk2003-04-281-2/+4
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-281-0/+35
* Use sys/endian.h instead of geom_enc.c for endian-agnostfication.phk2003-04-031-1/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Limit our requests to DFLTPHYS, this is generally a good idea forphk2003-03-071-0/+5
* Optimize the size of the work-items by letting the mapping functionphk2003-01-021-38/+55
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-2/+2
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-181-2/+2
* Conceiveably, there may exist an algorithm which can tell if a sequence of bytesphk2002-12-011-0/+7
* Run a revision on the GBDE encryption facility.phk2002-11-041-47/+10
* Change the kkey generation cherry-picker to use MD5.phk2002-10-301-36/+17
* Fix a bug in the cherry-picker kkey generator routine.phk2002-10-281-0/+1
* Add Geom Based Disk Encryption to the tree.phk2002-10-191-0/+356
OpenPOWER on IntegriCloud