qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass


From: Daniel P . Berrangé
Subject: Re: [PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass
Date: Mon, 17 Aug 2020 17:55:03 +0100
User-agent: Mutt/1.14.5 (2020-06-23)

On Wed, Aug 12, 2020 at 08:25:28PM -0700, Richard Henderson wrote:
> Merge the allocation of "opaque" into the allocation of "cipher".
> This is step one in reducing the indirection in these classes.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  crypto/afalgpriv.h          |  3 ++
>  crypto/cipherpriv.h         |  2 +-
>  include/crypto/cipher.h     |  1 -
>  crypto/cipher-afalg.c       | 20 ++++++-----
>  crypto/cipher-builtin.inc.c | 68 +++++++++++++++++++------------------
>  crypto/cipher-gcrypt.inc.c  | 23 +++++++------
>  crypto/cipher-nettle.inc.c  | 24 +++++++------
>  crypto/cipher.c             | 20 ++++-------
>  8 files changed, 84 insertions(+), 77 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

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