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