Message ID | 20181129063422.24307-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-crypto-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 57A7913BF for <patchwork-linux-crypto@patchwork.kernel.org>; Thu, 29 Nov 2018 06:35:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BBBE28DEE for <patchwork-linux-crypto@patchwork.kernel.org>; Thu, 29 Nov 2018 06:35:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4007C2EA4D; Thu, 29 Nov 2018 06:35:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DA0A528DEE for <patchwork-linux-crypto@patchwork.kernel.org>; Thu, 29 Nov 2018 06:35:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727729AbeK2Rje (ORCPT <rfc822;patchwork-linux-crypto@patchwork.kernel.org>); Thu, 29 Nov 2018 12:39:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:35424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727568AbeK2Rje (ORCPT <rfc822;linux-crypto@vger.kernel.org>); Thu, 29 Nov 2018 12:39:34 -0500 Received: from sol.localdomain (c-24-23-142-8.hsd1.ca.comcast.net [24.23.142.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9F4C020834; Thu, 29 Nov 2018 06:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543473316; bh=qE6um5/Ld25wimfRkRA8oMVIpoIiqUxz8qZNKUwE4sA=; h=From:To:Cc:Subject:Date:From; b=FLD+tGWNDtFwP00HHNn5/C8o2GyLevi+e2tmOoWcNR3SWnUuuPf07clJmn8SQloCy Po2LgZs4eCMHD14ZR4gm5gUle2SbAlwMYLA0BSa/RBrCwELvRGgUjLqqNh2HObYFOi F7HxtgUALkj4AxZgthQYvtFKpD6R2ow0Baa+p6BM= From: Eric Biggers <ebiggers@kernel.org> To: linux-crypto@vger.kernel.org Cc: Paul Crowley <paulcrowley@google.com>, Ard Biesheuvel <ard.biesheuvel@linaro.org>, "Jason A . Donenfeld" <Jason@zx2c4.com>, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] crypto: ARM64 NEON optimized XChaCha and NHPoly1305 (for Adiantum) Date: Wed, 28 Nov 2018 22:34:18 -0800 Message-Id: <20181129063422.24307-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: <linux-crypto.vger.kernel.org> X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
crypto: ARM64 NEON optimized XChaCha and NHPoly1305 (for Adiantum)
|
expand
|