Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support

2015-01-14 Thread Stephan Mueller
Am Mittwoch, 14. Januar 2015, 22:00:11 schrieb Herbert Xu: Hi Herbert, On Wed, Jan 14, 2015 at 04:46:31AM -0500, Neil Horman wrote: On Wed, Jan 14, 2015 at 04:52:29AM +0100, Stephan Mueller wrote: Hi, This patch set adds AEAD and RNG support to the AF_ALG interface exported by

Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support

2015-01-14 Thread Neil Horman
On Wed, Jan 14, 2015 at 04:31:44PM +0100, Stephan Mueller wrote: Am Mittwoch, 14. Januar 2015, 22:00:11 schrieb Herbert Xu: Hi Herbert, On Wed, Jan 14, 2015 at 04:46:31AM -0500, Neil Horman wrote: On Wed, Jan 14, 2015 at 04:52:29AM +0100, Stephan Mueller wrote: Hi, This

Re: [PATCH] crypto: algif - change algif_skcipher to be asynchronous

2015-01-14 Thread Tadeusz Struk
Hi Herbert, On 01/13/2015 09:38 PM, Herbert Xu wrote: What you want is AIO so we should try to use that interface rather than creating some funky crypto-specific interface. Dave, the AIO hooks in net/socket.c is currently simply pointing to the sync implementation. What are you thoughts on

[PATCH] crypto: qat - don't need qat_auth_state struct

2015-01-14 Thread Tadeusz Struk
We don't need the qat_auth_state structure anymore. Signed-off-by: Tadeusz Struk tadeusz.st...@intel.com --- drivers/crypto/qat/qat_common/qat_algs.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/crypto/qat/qat_common/qat_algs.c b/drivers/crypto/qat/qat_common/qat_algs.c

Re: [PATCH -next] crypto: algif_rng - fix sparse non static symbol warning

2015-01-14 Thread Neil Horman
On Wed, Jan 14, 2015 at 09:14:41AM +0800, weiyj...@163.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: crypto/algif_rng.c:185:13: warning: symbol 'rng_exit' was not declared. Should it be static? Signed-off-by: Wei Yongjun

Re: Crypto: Add support for 192 256 bit keys to AESNI RFC4106 - resubmission

2015-01-14 Thread Herbert Xu
On Tue, Jan 13, 2015 at 06:19:35PM +, McCaffrey, Timothy M wrote: -Original Message- From: Jarod Wilson [mailto:ja...@redhat.com] Sent: Tuesday, January 13, 2015 1:17 PM On Sun, Jan 11, 2015 at 11:48:08PM -0500, Timothy McCaffrey wrote: These patches fix the RFC4106

Re: [PATCH -next] crypto: algif_rng - fix sparse non static symbol warning

2015-01-14 Thread Herbert Xu
On Wed, Jan 14, 2015 at 09:14:41AM +0800, weiyj...@163.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: crypto/algif_rng.c:185:13: warning: symbol 'rng_exit' was not declared. Should it be static? Signed-off-by: Wei Yongjun

Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support

2015-01-14 Thread Herbert Xu
On Wed, Jan 14, 2015 at 04:46:31AM -0500, Neil Horman wrote: On Wed, Jan 14, 2015 at 04:52:29AM +0100, Stephan Mueller wrote: Hi, This patch set adds AEAD and RNG support to the AF_ALG interface exported by the kernel crypto API. By extending AF_ALG with AEAD and RNG support, all

Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support

2015-01-14 Thread Neil Horman
On Wed, Jan 14, 2015 at 04:52:29AM +0100, Stephan Mueller wrote: Hi, This patch set adds AEAD and RNG support to the AF_ALG interface exported by the kernel crypto API. By extending AF_ALG with AEAD and RNG support, all cipher types the kernel crypto API allows access to are now accessible