[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/17] crypto: Use the correct const type for driver
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 07/17] crypto: Use the correct const type for driver |
Date: |
Mon, 17 Aug 2020 17:53:50 +0100 |
User-agent: |
Mutt/1.14.5 (2020-06-23) |
On Wed, Aug 12, 2020 at 08:25:27PM -0700, Richard Henderson wrote:
> This allows the in memory structures to be read-only.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> crypto/cipherpriv.h | 2 +-
> include/crypto/cipher.h | 2 +-
> crypto/cipher-afalg.c | 2 +-
> crypto/cipher-builtin.inc.c | 2 +-
> crypto/cipher-gcrypt.inc.c | 2 +-
> crypto/cipher-nettle.inc.c | 2 +-
> crypto/cipher.c | 12 ++++++------
> 7 files changed, 12 insertions(+), 12 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 :|
- [PATCH 04/17] crypto: Rename cipher include files to .inc.c, (continued)
- [PATCH 04/17] crypto: Rename cipher include files to .inc.c, Richard Henderson, 2020/08/12
- [PATCH 05/17] crypto: Remove redundant includes, Richard Henderson, 2020/08/12
- [PATCH 06/17] crypto/nettle: Fix xts_encrypt arguments, Richard Henderson, 2020/08/12
- [PATCH 07/17] crypto: Use the correct const type for driver, Richard Henderson, 2020/08/12
- [PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass, Richard Henderson, 2020/08/12
- [PATCH 09/17] crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new, Richard Henderson, 2020/08/12
- [PATCH 10/17] crypto: Constify cipher data tables, Richard Henderson, 2020/08/12
- [PATCH 11/17] crypto/builtin: Remove odd-sized AES block handling, Richard Henderson, 2020/08/12
- [PATCH 12/17] crypto/builtin: Merge qcrypto_cipher_aes_{ecb, xts}_{en, de}crypt, Richard Henderson, 2020/08/12