From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acoA5-0003Xg-Ae for qemu-devel@nongnu.org; Mon, 07 Mar 2016 00:56:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acoA4-0005q7-JX for qemu-devel@nongnu.org; Mon, 07 Mar 2016 00:56:57 -0500 Date: Mon, 7 Mar 2016 13:56:46 +0800 From: Fam Zheng Message-ID: <20160307055646.GE21446@ad.usersys.redhat.com> References: <1456747261-22032-1-git-send-email-berrange@redhat.com> <1456747261-22032-7-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-7-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 06/26] crypto: add support for the cast5-128 cipher algorithm 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: > A new cipher algorithm 'cast-5-128' is defined for the > Cast-5 algorithm with 128 bit key size. Smaller key sizes > are supported by Cast-5, but nothing in QEMU should use > them, so only 128 bit keys are permitted. > > The nettle and gcrypt cipher backends are updated to > support the new cipher and a test vector added to the > cipher test suite. The new algorithm is enabled in the > LUKS block encryption driver. > > Signed-off-by: Daniel P. Berrange Reviewed-by: Fam Zheng