commit | b9411d73bd3eb5773d0ce02b8008ec21b7c447ce | [log] [tgz] |
---|---|---|
author | Milan Broz <gmazyland@gmail.com> | Tue Jul 09 15:22:14 2019 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue Jul 09 14:14:23 2019 -0400 |
tree | c2ba1f1b7a674f54614c99b293582dc0d572c3f7 | |
parent | 6028a7a5a3d604855728fd8da8f4708892b13764 [diff] |
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>