Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4720768pxu; Thu, 10 Dec 2020 04:00:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJxC3MBwfFVPITl9TZbmN06F/2NVhxg6cvScmv4B2pVe0iAQq7VhVDVfQj7Kr6/hAwmVDQS0 X-Received: by 2002:a17:906:7104:: with SMTP id x4mr6194861ejj.141.1607601623541; Thu, 10 Dec 2020 04:00:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607601623; cv=none; d=google.com; s=arc-20160816; b=gfCebkmHsM6+3vMSknXpkAuAkdCg24mEAduG/F91Et8ry40AB4x5596wqOVsoE8hDM t4cBd2bKTsQrGXzpWzOzaAe87sYlRbHwbgXZACJqurdV/+ERT5gdYEoOOQm5p7UQo4Ag L//8SceOX+39HZOQAT7ozzK0UyBVJgQnDTqwJOUDgw1A8ZrCzXLpotodxRxra7kJ3FNU Ek9sH+v5RtNq5N598szddczyy4vlMK+wL/5ZzYVsN82JQEM2sWl7cJ7ai7n4SdPbXA67 Sl0YqKrd+MUxO7rTQqOKL7yHJuj5V5I//jTbOA0nE3GG03Stgxw2qURet9OfvTMmM7ka Gmyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=78xJtqaR8noHatJOpYJiuUTzq1gsz4ie7DP/+V/CV3c=; b=yP9/S5JQpiBYAnsjm78aSIcyWXfEyjwaB576KPtwvE7z+W1jxPq33k1g8ELwbBMR6S cgC2FIMnduC2XsKm4F5R0AfR4kjHzjtg34J6V0iLpcRJo6Re/LusH/s1tY6iVGgz+jqk oyDSUuNUxvUmPRT1/9ugAMksUTSXw6FIFMNBjq6ZBuNZHapkeWDyy1/FMG2qePY942U2 RR0UyAESEVrZyvaCQv8zBnl6ZoFatKswl1+W/FQ1lqCb52lGh03G6o4zIJplFzo9g+hv LjfNQKbl+LHZ9WEGZfrWcVPJfLehota0PW7qawi4SscpeH6FTzrQqtv0MP8wTJmoLfK5 mG4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m12si2381761ejr.608.2020.12.10.04.00.00; Thu, 10 Dec 2020 04:00:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389423AbgLJLPl (ORCPT + 99 others); Thu, 10 Dec 2020 06:15:41 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:9577 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389124AbgLJLMh (ORCPT ); Thu, 10 Dec 2020 06:12:37 -0500 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CsB7430qgzM2tm; Thu, 10 Dec 2020 19:11:12 +0800 (CST) Received: from huawei.com (10.67.165.24) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Dec 2020 19:11:52 +0800 From: Longfang Liu To: CC: , Subject: [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC Date: Thu, 10 Dec 2020 19:10:01 +0800 Message-ID: <1607598607-8728-1-git-send-email-liulongfang@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add support for new algorithms of SEC accelerator on Kunpeng930, the driver and test case needs to be updated Longfang Liu (5): crypto: hisilicon/sec - add new type of sqe for Kunpeng930 crypto: hisilicon/sec - add new skcipher mode for SEC crypto: hisilicon/sec - add new AEAD mode for SEC crypto: hisilicon/sec - fixes some coding style crypto: hisilicon/sec - add new algorithm test case Meng Yu (1): crypto: hisilicon/hpre - add version adapt to new algorithms arch/arm64/configs/defconfig | 2 +- crypto/testmgr.c | 26 + crypto/testmgr.h | 72 +++ drivers/crypto/hisilicon/hpre/hpre.h | 5 +- drivers/crypto/hisilicon/hpre/hpre_crypto.c | 4 +- drivers/crypto/hisilicon/qm.c | 4 +- drivers/crypto/hisilicon/qm.h | 4 +- drivers/crypto/hisilicon/sec2/sec.h | 19 +- drivers/crypto/hisilicon/sec2/sec_crypto.c | 861 ++++++++++++++++++++++------ drivers/crypto/hisilicon/sec2/sec_crypto.h | 180 +++++- drivers/crypto/hisilicon/zip/zip.h | 4 +- drivers/crypto/hisilicon/zip/zip_crypto.c | 4 +- 12 files changed, 988 insertions(+), 197 deletions(-) -- 2.8.1