Re: [Cryptodev-linux-devel] [PATCH 3/3] add support for composite aead keys

2014-08-06 Thread Cristian Stoica
Hi Nikos, On 06.08.2014 13:58, Nikos Mavrogiannopoulos wrote: > On Fri, May 30, 2014 at 12:59 PM, Cristian Stoica > wrote: >> - block and stream ciphers have their keys copied from userspace >> just like before >> - for aead composite ciphers, the cipher and hmac keys are >> combined into a s

Re: [Cryptodev-linux-devel] [PATCH 3/3] add support for composite aead keys

2014-08-06 Thread Nikos Mavrogiannopoulos
On Fri, May 30, 2014 at 12:59 PM, Cristian Stoica wrote: > - block and stream ciphers have their keys copied from userspace > just like before > - for aead composite ciphers, the cipher and hmac keys are > combined into a single key Hello Christian, Do you have some test case on that? Which