From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDpAC-0004Zx-4C for qemu-devel@nongnu.org; Mon, 05 Dec 2016 04:02:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDpA9-0007dh-3g for qemu-devel@nongnu.org; Mon, 05 Dec 2016 04:02:20 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:58526) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cDpA8-0007c6-MX for qemu-devel@nongnu.org; Mon, 05 Dec 2016 04:02:17 -0500 From: "Longpeng(Mike)" Date: Mon, 5 Dec 2016 16:59:37 +0800 Message-ID: <1480928380-161760-1-git-send-email-longpeng2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH for-2.9 0/3] crypto: add standard des support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: berrange@redhat.com, eblake@redhat.com, armbru@redhat.com, arei.gonglei@huawei.com Cc: qemu-devel@nongnu.org, wu.wubin@huawei.com, jianjay.zhou@huawei.com, "Longpeng(Mike)" This patchset add standard DES support when using gcrypt/nettle. Qemu only support DES-RFB which is used by vnc-auth currently, however gcrypt/nettle library support standard DES in actually, what's more, due to the virtio-crypto has been supportted, the guest can use various cipher-algo including standard DES. Longpeng(Mike) (3): crypto: add standard des support cryptodev: switch to standard des tests: crypto: add testcase for standard des(ecb) backends/cryptodev-builtin.c | 2 +- crypto/cipher-gcrypt.c | 3 +++ crypto/cipher-nettle.c | 13 ++++++++++--- crypto/cipher.c | 5 ++++- qapi/crypto.json | 2 +- tests/test-crypto-cipher.c | 11 +++++++++++ 6 files changed, 30 insertions(+), 6 deletions(-) -- 1.8.3.1