Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 14:56:15 schrieb Herbert Xu: Hi Herbert, On Thu, Jul 09, 2015 at 08:19:45AM +0200, Stephan Mueller wrote: Am Donnerstag, 9. Juli 2015, 07:17:31 schrieb Herbert Xu: Hi Herbert, This patch converts rfc4106 to the new calling convention where the IV is now part

Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 07:17:31 schrieb Herbert Xu: Hi Herbert, This patch converts rfc4106 to the new calling convention where the IV is now part of the AD and needs to be skipped. This patch also makes use of type-safe AEAD functions where possible. Signed-off-by: Herbert Xu

Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Herbert Xu
On Thu, Jul 09, 2015 at 09:07:51AM +0200, Stephan Mueller wrote: Ok, will try. When is which tree used? The crypto tree goes into the current mainline kernel so it's for serious bug fixes/regressions only. I will merge it into cryptodev when necessary. Cheers, -- Email: Herbert Xu

Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Herbert Xu
On Thu, Jul 09, 2015 at 08:19:45AM +0200, Stephan Mueller wrote: Am Donnerstag, 9. Juli 2015, 07:17:31 schrieb Herbert Xu: Hi Herbert, This patch converts rfc4106 to the new calling convention where the IV is now part of the AD and needs to be skipped. This patch also makes use of

[PATCH 12/14] crypto: nx - Use new IV convention

2015-07-08 Thread Herbert Xu
This patch converts rfc4106 to the new calling convention where the IV is now part of the AD and needs to be skipped. This patch also makes use of type-safe AEAD functions where possible. Signed-off-by: Herbert Xu herb...@gondor.apana.org.au --- drivers/crypto/nx/nx-aes-gcm.c | 66