From patchwork Sun May 17 10:54:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 473153 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 587E61400B7 for ; Sun, 17 May 2015 22:17:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QBz9yH+p; dkim-atps=neutral Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 370E81A186D for ; Sun, 17 May 2015 22:17:30 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QBz9yH+p; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 20F4C1A02BF for ; Sun, 17 May 2015 20:54:33 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QBz9yH+p; dkim-atps=neutral Received: by wicnf17 with SMTP id nf17so39467643wic.1 for ; Sun, 17 May 2015 03:54:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nL11O7rpPYjHbw2djJTe6dG37umSOhgfmj2dfrbB3pU=; b=QBz9yH+pVFQDq7UMi7KYIHDsh+r+jQnD8cjOYtiSsHNohHuP+aecVF45QeNqzWwdrK q2rjmn9fHp+ZMISJb8TEfKf2AmQQF8D/THMKaBJBbu51934kUWczF4MArP6QXUX/8hhv 8nS6wOmWw+ON8l8fQ0EYPWNulRoq3An1lANMQOzj0msRQF9WNsD/6I0wtYh2rCH2atM2 fUeNY9nQqCIDA30dL1oAlAVF3epp6KQUecpcIkbFsICKVgVRt6AixvpIgTvrQ2vplEA9 ZstRrrv9Oc+GlhHL7GO0hNHzcLuhMImpi62wBobdBMOU2Nsoea9TCKc3esQAeTIaQzBR 8Shw== X-Received: by 10.194.91.176 with SMTP id cf16mr12780786wjb.141.1431860069824; Sun, 17 May 2015 03:54:29 -0700 (PDT) Received: from Red.local (ANice-651-1-428-5.w83-201.abo.wanadoo.fr. [83.201.252.5]) by mx.google.com with ESMTPSA id ny7sm7070464wic.11.2015.05.17.03.54.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 May 2015 03:54:29 -0700 (PDT) From: LABBE Corentin To: herbert@gondor.apana.org.au, davem@davemloft.net, ralf@linux-mips.org, benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, aaro.koskinen@iki.fi Subject: [PATCH 5/6] crypto: n2: use md5 IV MD5_HX instead of their raw value Date: Sun, 17 May 2015 12:54:16 +0200 Message-Id: <1431860057-5232-5-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.3.6 In-Reply-To: <1431860057-5232-1-git-send-email-clabbe.montjoie@gmail.com> References: <1431860057-5232-1-git-send-email-clabbe.montjoie@gmail.com> X-Mailman-Approved-At: Sun, 17 May 2015 22:10:08 +1000 Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, LABBE Corentin , linux-crypto@vger.kernel.org, sparclinux@vger.kernel.org, linuxppc-dev@lists.ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Since MD5 IV are now available in crypto/md5.h, use them. Signed-off-by: LABBE Corentin --- drivers/crypto/n2_core.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/n2_core.c b/drivers/crypto/n2_core.c index 10a9aef..2e8dab9 100644 --- a/drivers/crypto/n2_core.c +++ b/drivers/crypto/n2_core.c @@ -1281,10 +1281,10 @@ static const char md5_zero[MD5_DIGEST_SIZE] = { 0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e, }; static const u32 md5_init[MD5_HASH_WORDS] = { - cpu_to_le32(0x67452301), - cpu_to_le32(0xefcdab89), - cpu_to_le32(0x98badcfe), - cpu_to_le32(0x10325476), + cpu_to_le32(MD5_H0), + cpu_to_le32(MD5_H1), + cpu_to_le32(MD5_H2), + cpu_to_le32(MD5_H3), }; static const char sha1_zero[SHA1_DIGEST_SIZE] = { 0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0d, 0x32,