Re: [PATCH v6 0/4] crypto: AF_ALG: add AEAD and RNG support

2014-12-29 Thread Herbert Xu
On Thu, Dec 25, 2014 at 10:58:01PM +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 access

[PATCH v6 0/4] crypto: AF_ALG: add AEAD and RNG support

2014-12-25 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