Re: [Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent cipher algorithm

2016-03-11 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > New cipher algorithms 'serpent-128', 'serpent-192' and > 'serpent-256' are defined for the Serpent algorithm. > > The nettle and gcrypt cipher backends are updated to > support the new cipher and a test vector added to the > cipher test suite. Th

Re: [Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent cipher algorithm

2016-03-06 Thread Fam Zheng
On Mon, 02/29 12:00, Daniel P. Berrange wrote: > New cipher algorithms 'serpent-128', 'serpent-192' and > 'serpent-256' are defined for the Serpent algorithm. > > The nettle and gcrypt cipher backends are updated to > support the new cipher and a test vector added to the > cipher test suite. The n

[Qemu-devel] [PATCH v4 07/26] crypto: add support for the serpent cipher algorithm

2016-02-29 Thread Daniel P. Berrange
New cipher algorithms 'serpent-128', 'serpent-192' and 'serpent-256' are defined for the Serpent algorithm. The nettle and gcrypt cipher backends are updated to support the new cipher and a test vector added to the cipher test suite. The new algorithm is enabled in the LUKS block encryption driver