From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbbANPby (ORCPT ); Wed, 14 Jan 2015 10:31:54 -0500 Received: from mail.eperm.de ([89.247.134.16]:59503 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752366AbbANPbw (ORCPT ); Wed, 14 Jan 2015 10:31:52 -0500 X-AuthUser: sm@eperm.de From: Stephan Mueller To: Herbert Xu Cc: Neil Horman , Daniel Borkmann , "'Quentin Gouchet'" , "'LKML'" , ABI/API , linux-crypto@vger.kernel.org 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> User-Agent: KMail/4.14.3 (Linux/3.17.8-300.fc21.x86_64; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20150114110011.GA18099@gondor.apana.org.au> References: <5489736.JvWhZNrmuD@tachyon.chronox.de> <20150114094631.GB15294@localhost.localdomain> <20150114110011.GA18099@gondor.apana.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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