From patchwork Mon Oct 7 13:19:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 281106 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 63DD02C009E for ; Tue, 8 Oct 2013 00:27:58 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTAqe-0005ei-89; Mon, 07 Oct 2013 13:27:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTAqb-0003yy-6Y; Mon, 07 Oct 2013 13:27:41 +0000 Received: from mail-wg0-f48.google.com ([74.125.82.48]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTAqY-0003yP-86 for linux-arm-kernel@lists.infradead.org; Mon, 07 Oct 2013 13:27:39 +0000 Received: by mail-wg0-f48.google.com with SMTP id n12so7212274wgh.15 for ; Mon, 07 Oct 2013 06:27:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=zlSq519Lj5LUJrc8xw7EW1SPFQckkMemESzqFLnHPT4=; b=MSL5javGXBwXlwPKw7p2VXW2yt9n1oDOuWGCoMnme7tSlDeKpaRCHWBQLMMdb2BFLL R6xU30swf550hft0j1sQ25rPeYWRJh8WgYbEvCiDiU48moiedoyTgmX4KCfaqijFayr9 mGPuNSnGciihTYNfZU7Rz0cx/E4YcD+rE1txm0HZhAIL28Fdw07JevcnkAtPWcFtxAPc t9a6uXb5PZm65ycSdKkcvhaS4gj2E8s9FS4ItzAnJ4YwQDJ+hoQiB2cO2S0bGmHqGlW0 N4aVfx5WTQ6C87b/w9QVNkpLBkct7rFmYiXLeDrUgTT6m42QjFURyQs5X8NB7w93orgy FuCg== X-Gm-Message-State: ALoCoQk7wICcg5CsIq8FxSD8ZKKsBcIJ7AcxB3WvaPgMMKd0n7fQqD+UOhVPU7oCkFIRuktQwcVI X-Received: by 10.194.122.33 with SMTP id lp1mr1606066wjb.56.1381152094965; Mon, 07 Oct 2013 06:21:34 -0700 (PDT) Received: from ards-mac-mini.local (cag06-7-83-153-85-71.fbx.proxad.net. [83.153.85.71]) by mx.google.com with ESMTPSA id l9sm16720066wif.10.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 06:21:34 -0700 (PDT) From: Ard Biesheuvel To: linux+pull@arm.linux.org.uk Subject: [GIT PULL] ARM: NEON accelerated AES Date: Mon, 7 Oct 2013 15:19:58 +0200 Message-Id: <1381151998-7936-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_092738_409055_BEC135C6 X-CRM114-Status: UNSURE ( 9.05 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.48 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org, Ard Biesheuvel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org !! NOTE !!: this series build-depends on patch a62b01cd (crypto: create generic version of ablk_helper) which is in linux-next but not yet in mainline. The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6: Linux 3.12-rc3 (2013-09-29 15:02:38 -0700) are available in the git repository at: git://git.linaro.org/people/ardbiesheuvel/linux-arm.git arm-aesbs for you to fetch changes up to e4e7f10bfc4069925e99cc4b428c3434e30b6c3f: ARM: add support for bit sliced AES using NEON instructions (2013-10-04 20:48:38 +0200) ---------------------------------------------------------------- Ard Biesheuvel (3): ARM: pull in from asm-generic ARM: move AES typedefs and function prototypes to separate header ARM: add support for bit sliced AES using NEON instructions arch/arm/crypto/Makefile | 14 +- arch/arm/crypto/aes_glue.c | 22 +- arch/arm/crypto/aes_glue.h | 19 + arch/arm/crypto/aesbs-core.S_shipped | 2544 ++++++++++++++++++++++++++++++++++ arch/arm/crypto/aesbs-glue.c | 434 ++++++ arch/arm/crypto/bsaes-armv7.pl | 2467 +++++++++++++++++++++++++++++++++ arch/arm/include/asm/Kbuild | 1 + crypto/Kconfig | 16 + 8 files changed, 5499 insertions(+), 18 deletions(-) create mode 100644 arch/arm/crypto/aes_glue.h create mode 100644 arch/arm/crypto/aesbs-core.S_shipped create mode 100644 arch/arm/crypto/aesbs-glue.c create mode 100644 arch/arm/crypto/bsaes-armv7.pl