[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 02/10] crypto: move built-in AES implementati
From: |
Gonglei |
Subject: |
Re: [Qemu-devel] [PATCH v3 02/10] crypto: move built-in AES implementation into crypto/ |
Date: |
Tue, 23 Jun 2015 10:11:54 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 2015/6/19 1:02, Daniel P. Berrange wrote:
> To prepare for a generic internal cipher API, move the
> built-in AES implementation into the crypto/ directory
>
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
> block/qcow.c | 2 +-
> block/qcow2.c | 1 -
> block/qcow2.h | 2 +-
> crypto/Makefile.objs | 1 +
> {util => crypto}/aes.c | 2 +-
> include/{qemu => crypto}/aes.h | 0
> target-arm/crypto_helper.c | 2 +-
> target-i386/fpu_helper.c | 1 -
> target-i386/ops_sse.h | 2 +-
> target-ppc/int_helper.c | 2 +-
> util/Makefile.objs | 2 +-
> 11 files changed, 8 insertions(+), 9 deletions(-)
> rename {util => crypto}/aes.c (99%)
> rename include/{qemu => crypto}/aes.h (100%)
Reviewed-by: Gonglei <address@hidden>
- [Qemu-devel] [PATCH v3 00/10] Consolidate crypto APIs & implementations, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 03/10] crypto: move built-in D3DES implementation into crypto/, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 01/10] crypto: introduce new module for computing hash digests, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 02/10] crypto: move built-in AES implementation into crypto/, Daniel P. Berrange, 2015/06/18
- Re: [Qemu-devel] [PATCH v3 02/10] crypto: move built-in AES implementation into crypto/,
Gonglei <=
- [Qemu-devel] [PATCH v3 07/10] block: convert quorum blockdrv to use crypto APIs, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 04/10] crypto: introduce generic cipher API & built-in implementation, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 05/10] crypto: add a gcrypt cipher implementation, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 06/10] crypto: add a nettle cipher implementation, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 09/10] block: convert qcow/qcow2 to use generic cipher API, Daniel P. Berrange, 2015/06/18
- [Qemu-devel] [PATCH v3 10/10] ui: convert VNC to use generic cipher API, Daniel P. Berrange, 2015/06/18