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 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

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

2015-01-13 Thread Stephan Mueller
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 from userspace. Both, AEAD and RNG implementations are stand-alone and