]> git.baikalelectronics.ru Git - kernel.git/commit
dm crypt: implement eboiv - encrypted byte-offset initialization vector
authorMilan Broz <gmazyland@gmail.com>
Tue, 9 Jul 2019 13:22:14 +0000 (15:22 +0200)
committerMike Snitzer <snitzer@redhat.com>
Tue, 9 Jul 2019 18:14:23 +0000 (14:14 -0400)
commit9dee6c47e2d77bead7658dc2a4e7806312115757
treec2ba1f1b7a674f54614c99b293582dc0d572c3f7
parent0ae1cf8f6ba84112703450a26eb1dee62889b616
dm crypt: implement eboiv - encrypted byte-offset initialization vector

This IV is used in some BitLocker devices with CBC encryption mode.

IV is encrypted little-endian byte-offset (with the same key and cipher
as the volume).

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c