qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.9 0/2] crypto: add 3des-ede support
@ 2016-12-07  8:33 Longpeng(Mike)
  2016-12-07  8:33 ` [Qemu-devel] [PATCH for-2.9 1/2] crypto: add 3des-ede support when using libgcrypt/nettle Longpeng(Mike)
  2016-12-07  8:33 ` [Qemu-devel] [PATCH for-2.9 2/2] cryptodev: add 3des-ede support Longpeng(Mike)
  0 siblings, 2 replies; 9+ messages in thread
From: Longpeng(Mike) @ 2016-12-07  8:33 UTC (permalink / raw)
  To: berrange, eblake, armbru, arei.gonglei
  Cc: qemu-devel, wu.wubin, jianjay.zhou, Longpeng(Mike)

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-07  9:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07  8:33 [Qemu-devel] [PATCH for-2.9 0/2] crypto: add 3des-ede support Longpeng(Mike)
2016-12-07  8:33 ` [Qemu-devel] [PATCH for-2.9 1/2] crypto: add 3des-ede support when using libgcrypt/nettle Longpeng(Mike)
2016-12-07  8:52   ` Gonglei (Arei)
2016-12-07  9:19     ` Longpeng (Mike)
2016-12-07  9:21       ` Longpeng (Mike)
2016-12-07  9:43       ` Daniel P. Berrange
2016-12-07  9:37   ` Daniel P. Berrange
2016-12-07  9:46     ` Longpeng (Mike)
2016-12-07  8:33 ` [Qemu-devel] [PATCH for-2.9 2/2] cryptodev: add 3des-ede support Longpeng(Mike)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).