qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.9 0/3] crypto: add standard des support


From: Longpeng(Mike)
Subject: [Qemu-devel] [PATCH for-2.9 0/3] crypto: add standard des support
Date: Mon, 5 Dec 2016 16:59:37 +0800

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]