From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support Date: Wed, 14 Jan 2015 22:00:11 +1100 Message-ID: <20150114110011.GA18099@gondor.apana.org.au> References: <5489736.JvWhZNrmuD@tachyon.chronox.de> <20150114094631.GB15294@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephan Mueller , Daniel Borkmann , 'Quentin Gouchet' , 'LKML' , ABI/API , linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Neil Horman Return-path: Content-Disposition: inline In-Reply-To: <20150114094631.GB15294-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-crypto.vger.kernel.org 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 cipher types the kernel crypto API allows access to are > > now accessible from userspace. > > > > crypto/Kconfig | 9 + > > crypto/Makefile | 1 + > > crypto/algif_aead.c | 680 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 690 insertions(+) > > create mode 100644 crypto/algif_aead.c > > > > -- > > 2.1.0 > > > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-crypto" in > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > Where are the RNG bits? They've already been merged. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt