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

2016-03-11 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > New cipher algorithms 'twofish-128', 'twofish-192' and > 'twofish-256' are defined for the Twofish algorithm. > The gcrypt backend does not support 'twofish-192'. > > The nettle and gcrypt cipher backends are updated to > support the new cipher a

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

2016-03-07 Thread Fam Zheng
On Mon, 02/29 12:00, Daniel P. Berrange wrote: > New cipher algorithms 'twofish-128', 'twofish-192' and > 'twofish-256' are defined for the Twofish algorithm. > The gcrypt backend does not support 'twofish-192'. > > The nettle and gcrypt cipher backends are updated to > support the new cipher and

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

2016-02-29 Thread Daniel P. Berrange
New cipher algorithms 'twofish-128', 'twofish-192' and 'twofish-256' are defined for the Twofish algorithm. The gcrypt backend does not support 'twofish-192'. 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 algor