dm - Add crypt target
authorAlex Hornung <ahornung@gmail.com>
Sun, 27 Jun 2010 01:10:19 +0000 (02:10 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sun, 11 Jul 2010 21:05:48 +0000 (22:05 +0100)
commitdd9da8fe28e3cccfb997b96310c6797767c360d2
tree5e689ec127a72e206cb98a496469edccd23c2d64
parent4467d1a780941ae4d8ef0d431004c02e0affb13d
dm - Add crypt target

* Add an initial crypt target. It's WIP, full of bugs, but is a general
  outline of how I want to approach the crypt target for dm.

* As per Aggelos' recommendation, I'm using pbkdf2 and hmac sha from
  other crypto implementations instead of rolling my own, for good
  cryptography's sake :P
sys/dev/disk/dm/Makefile
sys/dev/disk/dm/dm.h
sys/dev/disk/dm/dm_target.c
sys/dev/disk/dm/dm_target_crypt.c [new file with mode: 0644]