Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3651260ybg; Fri, 25 Oct 2019 07:07:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqzQ4f5t+24vZV7swQwUrGSc3HWYE5eIFCLDuTSrSGzG2MtzxP0mwj8gNz7RYbbCdct7ZGOW X-Received: by 2002:a17:906:5e08:: with SMTP id n8mr3697222eju.20.1572012453942; Fri, 25 Oct 2019 07:07:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572012453; cv=none; d=google.com; s=arc-20160816; b=mQoZEYzzMjlryytIojR5w+kFwct8dmVNtp3LeLNqQ82q4LyfL/KcJLA0JHrp0J51vf L4u70M7p6VgaNdq6e/tGeq7I+aS5/mavKbodxMLmYbGJ0Jz07vaRE1HnHhfBLjz+HlOH 3LaUMkODTdhCe2vVofABaYnBO9T86MLZRG5yWYBaAHMx+Sz4a4nqxsgvGu0Vk/2WwxLo znX+tLNS/DLmkyq6pddujd8kGip/R4ridMT4RPe+Dfp+/fI6jT3yxKzFq+I2MQuLl0RA Y7L+kXjt/YBvveKvMemgt443qVHZI4H51jVu3g4hNn6KkDGDpAmgCMIpKuS3DuNnmb/y /a8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=TEwZy/oDPymZRVqC5k8zWIWRuvuZJhfNCb3qJDtbgTo=; b=W+PE3GeCoQQK+gF4hoWtRRrJVharPK+PCVDPGXejGv1bIYUWt9rKCyVGLDRtIP/mWf 4J2KcR31sWXzXKzLloPjEZpEvPcrBEne+eeKiicWgQGwz5vM4N0IEwMiIXG7yzcu8rAM 8+D8XNGKB1jT0JgR5IdQumi5yf5v8Z5x+C5535uuOTJYYRPN/xls2pTFAvOD7sYMTxW+ N37W11WrxXBwdNmKrvgW0i0TqnB6Sciy+uoMNZoEGu6I8CqUdkN3WROr/TRvhZPwMnWU lRv6hxfrV7Tsq5b3KC1+DDZ2fnVCgqMnEb2kw71k082NurAuScBG9aqtCYBFgo2X0Soa jM2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p25si1298801eji.211.2019.10.25.07.07.07; Fri, 25 Oct 2019 07:07:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409799AbfJXQ2X (ORCPT + 99 others); Thu, 24 Oct 2019 12:28:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:45494 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2405586AbfJXQ2X (ORCPT ); Thu, 24 Oct 2019 12:28:23 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D553BAC0C; Thu, 24 Oct 2019 16:28:21 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id AB83DDA733; Thu, 24 Oct 2019 18:28:33 +0200 (CEST) From: David Sterba To: linux-crypto@vger.kernel.org Cc: ard.biesheuvel@linaro.org, ebiggers@kernel.org, David Sterba Subject: [PATCH v7 0/2] BLAKE2b generic implementation Date: Thu, 24 Oct 2019 18:28:30 +0200 Message-Id: X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org The patchset adds blake2b reference implementation and test vectors. V7: Contents of include/crypto/blake2b.h moved to blake2b_generic.c, as the exported constants or structures are not needed by anything as for now. V1: https://lore.kernel.org/linux-crypto/cover.1569849051.git.dsterba@suse.com/ V2: https://lore.kernel.org/linux-crypto/e31c2030fcfa7f409b2c81adf8f179a8a55a584a.1570184333.git.dsterba@suse.com/ V3: https://lore.kernel.org/linux-crypto/e7f46def436c2c705c0b2cac3324f817efa4717d.1570715842.git.dsterba@suse.com/ V4: https://lore.kernel.org/linux-crypto/cover.1570812094.git.dsterba@suse.com/ V5: https://lore.kernel.org/linux-crypto/cover.1571043883.git.dsterba@suse.com/ V6: https://lore.kernel.org/linux-crypto/cover.1571788861.git.dsterba@suse.com/ David Sterba (2): crypto: add blake2b generic implementation crypto: add test vectors for blake2b crypto/Kconfig | 17 ++ crypto/Makefile | 1 + crypto/blake2b_generic.c | 435 +++++++++++++++++++++++++++++++++++++++ crypto/testmgr.c | 28 +++ crypto/testmgr.h | 307 +++++++++++++++++++++++++++ 5 files changed, 788 insertions(+) create mode 100644 crypto/blake2b_generic.c -- 2.23.0