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/2] crypto: add 3des-ede support


From: Longpeng(Mike)
Subject: [Qemu-devel] [PATCH for-2.9 0/2] crypto: add 3des-ede support
Date: Wed, 7 Dec 2016 16:33:40 +0800

This patchset add 3DES-EDE support when using gcrypt/nettle.

Due to the virtio-crypto has been supportted, the guest can use
various cipher-algo including 3DES-EDE.

Longpeng(Mike) (2):
  crypto: add 3des-ede support when using libgcrypt/nettle
  cryptodev: add 3des-ede support

 backends/cryptodev-builtin.c | 12 ++++++++++++
 crypto/cipher-gcrypt.c       |  6 ++++++
 crypto/cipher-nettle.c       | 37 +++++++++++++++++++++++++++++++++++++
 crypto/cipher.c              |  7 +++++--
 qapi/crypto.json             |  3 ++-
 tests/test-crypto-cipher.c   | 44 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 106 insertions(+), 3 deletions(-)

-- 
1.8.3.1





reply via email to

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