All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement
@ 2016-09-26  9:23 Gonglei
  2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 1/3] crypto: extend mode as a parameter in qcrypto_cipher_supports() Gonglei
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Gonglei @ 2016-09-26  9:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: berrange, wu.wubin, Gonglei

Please see the detailed description in each patch.

v3:
 - adjust the sequence of patch 1 and 2. (Daniel)
 - fix a mising 'break' in code logic. (Daniel)
v2:
 - fix qtest complaint in cipher-builtin backend.
 - introduce patch 2 and patch 3.

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

 block/qcow.c               |  3 ++-
 block/qcow2.c              |  3 ++-
 crypto/cipher-builtin.c    | 25 +++++++++++++++++++-
 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, 152 insertions(+), 20 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2016-10-19  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26  9:23 [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 1/3] crypto: extend mode as a parameter in qcrypto_cipher_supports() Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 2/3] crypto: add CTR mode support Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 3/3] crypto: add mode check in qcrypto_cipher_new() for cipher-builtin Gonglei
2016-09-27  9:32 ` [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement Gonglei (Arei)
2016-09-27 12:49   ` Daniel P. Berrange
2016-09-28  1:09     ` Gonglei (Arei)
2016-10-19  7:52     ` Gonglei (Arei)
2016-10-19  9:20       ` Daniel P. Berrange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.