Re: [PATCH V2 2/3] crypto: ccp - Enable support for AES GCM on v5 CCPs

2017-03-14 Thread Stephan Müller
Am Dienstag, 14. März 2017, 15:34:00 CET schrieb Gary R Hook: Hi Gary, > On 03/14/2017 02:17 AM, Stephan Müller wrote: > > Am Montag, 13. März 2017, 20:35:07 CET schrieb Gary R Hook: > > > > Hi Gary, > > Is it acceptable to snip stuff out? Most of this code seems irrelevant > to this

Re: [PATCH V2 2/3] crypto: ccp - Enable support for AES GCM on v5 CCPs

2017-03-14 Thread Gary R Hook
On 03/14/2017 02:17 AM, Stephan Müller wrote: Am Montag, 13. März 2017, 20:35:07 CET schrieb Gary R Hook: Hi Gary, Is it acceptable to snip stuff out? Most of this code seems irrelevant to this discussion On 03/03/2017 7:15 AM, Stephan Mueller wrote: > Am Donnerstag, 2. März 2017,

Re: [PATCH V2 2/3] crypto: ccp - Enable support for AES GCM on v5 CCPs

2017-03-09 Thread Herbert Xu
On Thu, Mar 02, 2017 at 03:26:54PM -0600, Gary R Hook wrote: > A version 5 device provides the primitive commands > required for AES GCM. This patch adds support for > en/decryption. > > Signed-off-by: Gary R Hook This patch doesn't apply to the current cryptodev tree.

Re: [PATCH V2 2/3] crypto: ccp - Enable support for AES GCM on v5 CCPs

2017-03-02 Thread Stephan Müller
Am Donnerstag, 2. März 2017, 22:26:54 CET schrieb Gary R Hook: Hi Gary, > A version 5 device provides the primitive commands > required for AES GCM. This patch adds support for > en/decryption. > > Signed-off-by: Gary R Hook > --- > drivers/crypto/ccp/Makefile