On Mon, 02/29 12:00, Daniel P. Berrange wrote: > There are a number of different algorithms that can be used > to generate initialization vectors for disk encryption. This > introduces a simple internal QCryptoBlockIV object to provide > a consistent internal API to the different algorithms. The > initially implemented algorithms are 'plain', 'plain64' and > 'essiv', each matching the same named algorithm provided > by the Linux kernel dm-crypt driver. > > Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
Reviewed-by: Fam Zheng <f...@redhat.com>