diff options
author | Milan Broz <mbroz@redhat.com> | 2009-12-10 23:51:57 (GMT) |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2009-12-10 23:51:57 (GMT) |
commit | 542da317668c35036e8471822a564b609d05af66 (patch) | |
tree | 3c553eda1e52cde6b7270fb0b7aa3b5db80d58d9 /drivers/md/dm-io.c | |
parent | b95bf2d3d5a48b095bffe2a0cd8c40453cf59557 (diff) | |
download | linux-542da317668c35036e8471822a564b609d05af66.tar.xz |
dm crypt: make wipe message also wipe essiv key
The "wipe key" message is used to wipe the volume key from memory
temporarily, for example when suspending to RAM.
But the initialisation vector in ESSIV mode is calculated from the
hashed volume key, so the wipe message should wipe this IV key too and
reinitialise it when the volume key is reinstated.
This patch adds an IV wipe method called from a wipe message callback.
ESSIV is then reinitialised using the init function added by the
last patch.
Cc: stable@kernel.org
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-io.c')
0 files changed, 0 insertions, 0 deletions