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 <berra...@redhat.com> > --- > crypto/cipher-builtin.c | 126 > ++++++++++++++++++++++++++++++------------------ > crypto/cipher-nettle.c | 57 +++++++++++----------- > 2 files changed, 109 insertions(+), 74 deletions(-) Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature