From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Mueller Subject: Re: [PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support Date: Wed, 14 Jan 2015 16:31:44 +0100 Message-ID: <5006702.rWOQQ5L1VO@tachyon.chronox.de> References: <5489736.JvWhZNrmuD@tachyon.chronox.de> <20150114094631.GB15294@localhost.localdomain> <20150114110011.GA18099@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Neil Horman , Daniel Borkmann , 'Quentin Gouchet' , 'LKML' , ABI/API , linux-crypto@vger.kernel.org To: Herbert Xu Return-path: Received: from mail.eperm.de ([89.247.134.16]:59504 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbbANPbw (ORCPT ); Wed, 14 Jan 2015 10:31:52 -0500 Received: from tachyon.chronox.de by mail.eperm.de with [XMail 1.27 ESMTP Server] id for from ; Wed, 14 Jan 2015 16:31:48 +0100 In-Reply-To: <20150114110011.GA18099@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: 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 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 > > > > Where are the RNG bits? > > They've already been merged. Please also see my change log for v7: ... * RNG: patch dropped as it was applied ... To ensure consistency, I did not change the intro part of my description. > > Cheers, -- Ciao Stephan