From patchwork Sun Sep 30 08:58:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 10621333 Return-Path: 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 449DDA6A for ; Sun, 30 Sep 2018 08:59:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3628C29636 for ; Sun, 30 Sep 2018 08:59:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2A7BB29638; Sun, 30 Sep 2018 08:59:17 +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 B51732962D for ; Sun, 30 Sep 2018 08:59:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727823AbeI3PbT (ORCPT ); Sun, 30 Sep 2018 11:31:19 -0400 Received: from mail-wm1-f66.google.com ([209.85.128.66]:53115 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727818AbeI3PbS (ORCPT ); Sun, 30 Sep 2018 11:31:18 -0400 Received: by mail-wm1-f66.google.com with SMTP id 189-v6so5542061wmw.2 for ; Sun, 30 Sep 2018 01:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VEhSwInctsGxwFfwLdueFyz9CmrpSEOaYjF7a1FZ5bU=; b=RDVhFVDRXdJpmo3DhvfA0V4PfKM0Mi5ctPyIGYvWJ9iV3ZiSo3E5vU7Kv/X7vUjuY4 MrPEbKP4wHEDv131TCOgRaMeCzhlIEoHlFYA28YYtlJyKtKOBRYyi72qoutaRIeZSkwI DC/rwYt6SEieeJv/GWgYMvABy4jJHtnCOW7h8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VEhSwInctsGxwFfwLdueFyz9CmrpSEOaYjF7a1FZ5bU=; b=VR0X2k52k0edL78mtetJ4fMK6bH1QXo017CkurTcNbP5MvMUSuPADLZPnveZJvdTc9 WTfKNzgcff17p6mgtBClKkxsZLlrBlTfZdCAv9fGbv2dgGG/+J4PVBssoiAYKqKMEolO fSfx6Z1vOrJ47qxz11Yex57JsIe5g+Du1oudoGI3EW1l2tT04fGIYxQ/MbiroBhYOdDW 7kHrx1/y3Vms2Y2DmBG+37FtQZNieVVPJY0gdOxsZauvUw/XnGZxZIRHQzIVbW5FriPA Cp1LKHIt8zkxm8c1uT71OD5uWBi+L2q3Avc4I+08nDDMUeYzoGB+W7l96L9j0OgUJ0SE Gmvw== X-Gm-Message-State: ABuFfojXtJhq1+z8QdasOAkovUm64T0/7VNlhKs3hdwfrHgjA2pMLJlr qXBa1fnVn9K/YGZcKvF7z+g9QVrj98w= X-Google-Smtp-Source: ACcGV606TSnL7UyBFCWlJlN7NV9y3Ht5yNS67vNUH08Vrl2bXFyL8oyYfRZwTLToGpf9GIWhMhwteQ== X-Received: by 2002:a1c:1fc2:: with SMTP id f185-v6mr2979331wmf.18.1538297948986; Sun, 30 Sep 2018 01:59:08 -0700 (PDT) Received: from rev03.home ([2a01:cb1d:112:6f00:4507:1640:20db:cc08]) by smtp.gmail.com with ESMTPSA id l140-v6sm10816540wmb.24.2018.09.30.01.59.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Sep 2018 01:59:07 -0700 (PDT) From: Ard Biesheuvel To: linux-crypto@vger.kernel.org Cc: herbert@gondor.apana.org.au, ebiggers@google.com, omosnace@redhat.com, Ard Biesheuvel Subject: [PATCH 0/2] crypto - fix aegis/morus for big endian systems Date: Sun, 30 Sep 2018 10:58:57 +0200 Message-Id: <20180930085859.15038-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Some bug fixes for issues that I stumbled upon while working on other stuff. Ard Biesheuvel (2): crypto: morus/generic - fix for big endian systems crypto: aegis/generic - fix for big endian systems crypto/aegis.h | 23 +++++++++----------- crypto/morus1280.c | 7 ++---- crypto/morus640.c | 16 ++++---------- 3 files changed, 16 insertions(+), 30 deletions(-)