From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acnt8-0007JG-2e for qemu-devel@nongnu.org; Mon, 07 Mar 2016 00:39:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acnt7-0002Rz-Ct for qemu-devel@nongnu.org; Mon, 07 Mar 2016 00:39:26 -0500 Date: Mon, 7 Mar 2016 13:39:14 +0800 From: Fam Zheng Message-ID: <20160307053914.GB21446@ad.usersys.redhat.com> References: <1456747261-22032-1-git-send-email-berrange@redhat.com> <1456747261-22032-4-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456747261-22032-4-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 03/26] crypto: add support for generating initialization vectors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org 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 Reviewed-by: Fam Zheng