qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement
@ 2016-09-24  2:09 Gonglei
  2016-09-24  2:09 ` [Qemu-devel] [PATCH v2 1/3] crypto: add CTR mode support Gonglei
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gonglei @ 2016-09-24  2:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: berrange, wu.wubin, Gonglei

Please see the detailed description in each patch.

v2:
 - fix qtest complaint in cipher-builtin backend.
 - introduce patch 2 and patch 3.

Gonglei (3):
  crypto: add CTR mode support
  crypto: extend mode as a parameter in qcrypto_cipher_supports()
  crypto: add mode check in qcrypto_cipher_new() for cipher-builtin

 block/qcow.c               |  3 ++-
 block/qcow2.c              |  3 ++-
 crypto/cipher-builtin.c    | 24 ++++++++++++++++++-
 crypto/cipher-gcrypt.c     | 38 +++++++++++++++++++++++++------
 crypto/cipher-nettle.c     | 28 +++++++++++++++++++++--
 crypto/cipher.c            |  1 +
 include/crypto/cipher.h    | 12 ++++++----
 qapi/crypto.json           |  3 ++-
 tests/test-crypto-cipher.c | 57 +++++++++++++++++++++++++++++++++++++++++++++-
 ui/vnc.c                   |  2 +-
 10 files changed, 151 insertions(+), 20 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2016-09-26  8:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-24  2:09 [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement Gonglei
2016-09-24  2:09 ` [Qemu-devel] [PATCH v2 1/3] crypto: add CTR mode support Gonglei
2016-09-24  2:09 ` [Qemu-devel] [PATCH v2 2/3] crypto: extend mode as a parameter in qcrypto_cipher_supports() Gonglei
2016-09-24  2:10 ` [Qemu-devel] [PATCH v2 3/3] crypto: add mode check in qcrypto_cipher_new() for cipher-builtin Gonglei
2016-09-26  8:13   ` Daniel P. Berrange
2016-09-26  8:50     ` Gonglei (Arei)
2016-09-24  2:21 ` [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little inprovement no-reply
2016-09-24  2:29   ` Gonglei (Arei)
2016-09-26  8:14     ` Daniel P. Berrange
2016-09-26  8:52       ` Gonglei (Arei)

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).