[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't availa
From: |
Eric Blake |
Subject: |
Re: [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available |
Date: |
Thu, 8 Jul 2021 13:29:31 -0500 |
User-agent: |
NeoMutt/20210205-556-f84451-dirty |
On Tue, Jul 06, 2021 at 10:59:09AM +0100, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> tests/unit/test-crypto-ivgen.c | 14 +++++++++-----
> 1 file changed, 9 insertions(+), 5 deletions(-)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
- [PATCH 00/18] crypto: misc cleanup and introduce gnutls backend driver, Daniel P . Berrangé, 2021/07/06
- [PATCH 01/18] crypto: remove conditional around 3DES crypto test cases, Daniel P . Berrangé, 2021/07/06
- [PATCH 02/18] crypto: remove obsolete crypto test condition, Daniel P . Berrangé, 2021/07/06
- [PATCH 05/18] crypto: fix gcrypt min version 1.8 regression, Daniel P . Berrangé, 2021/07/06
- [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available, Daniel P . Berrangé, 2021/07/06
- Re: [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available,
Eric Blake <=
- [PATCH 09/18] crypto: delete built-in DES implementation, Daniel P . Berrangé, 2021/07/06
- [PATCH 06/18] crypto: drop gcrypt thread initialization code, Daniel P . Berrangé, 2021/07/06
- [PATCH 08/18] crypto: add crypto tests for single block DES-ECB and DES-CBC, Daniel P . Berrangé, 2021/07/06
- [PATCH 07/18] crypto: drop custom XTS support in gcrypt driver, Daniel P . Berrangé, 2021/07/06
- [PATCH 04/18] crypto: use &error_fatal in crypto tests, Daniel P . Berrangé, 2021/07/06