qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 10/26] crypto: refactor code for dealing with


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v4 10/26] crypto: refactor code for dealing with AES cipher
Date: Fri, 11 Mar 2016 13:14:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 02/29/2016 05:00 AM, Daniel P. Berrange wrote:
> The built-in and nettle cipher backends for AES maintain
> two separate AES contexts, one for encryption and one for
> decryption. This is going to be inconvenient for the future
> code dealing with XTS, so wrap them up in a single struct
> so there is just one pointer to pass around for both
> encryptin and decryption.

s/encryptin/encryption/

> 
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  crypto/cipher-builtin.c | 126 
> ++++++++++++++++++++++++++++++------------------
>  crypto/cipher-nettle.c  |  57 +++++++++++-----------
>  2 files changed, 109 insertions(+), 74 deletions(-)

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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