Re: GCM aesni and 192/256-bit keys

2015-01-06 Thread Herbert Xu
On Mon, Jan 05, 2015 at 09:51:35AM -0800, Tadeusz Struk wrote: > On 01/05/2015 02:06 AM, Herbert Xu wrote: > > > > It appears that the GCM aesni implementation does not support > > 192/256-bit keys. This is not allowed as accelerated drivers > > must support everything supported by the software i

Re: GCM aesni and 192/256-bit keys

2015-01-05 Thread Tadeusz Struk
On 01/05/2015 02:06 AM, Herbert Xu wrote: > Hi Tadeusz: > > It appears that the GCM aesni implementation does not support > 192/256-bit keys. This is not allowed as accelerated drivers > must support everything supported by the software implementation. > > Could we add 192/256-bit support to it