[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210812131748.81620-1-tianjia.zhang@linux.alibaba.com>
Date: Thu, 12 Aug 2021 21:17:45 +0800
From: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Eric Biggers <ebiggers@...gle.com>,
Eric Biggers <ebiggers@...nel.org>,
Gilad Ben-Yossef <gilad@...yossef.com>,
Ard Biesheuvel <ardb@...nel.org>, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jia Zhang <zhang.jia@...ux.alibaba.com>,
"YiLin . Li" <YiLin.Li@...ux.alibaba.com>
Cc: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
Subject: [PATCH 0/3] support test GCM/CCM mode for SM4
The GCM/CCM mode of SM4 is defined in the RFC 8998 specification:
https://datatracker.ietf.org/doc/html/rfc8998
At the same time, a minor issue in tcrypt is fixed.
Tianjia Zhang (3):
crypto: tcrypt - Fix the wrong position of return value test statement
crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm
crypto: tcrypt: add GCM/CCM mode test for SM4 algorithm
crypto/tcrypt.c | 58 ++++++++++++++++---
crypto/testmgr.c | 29 ++++++++++
crypto/testmgr.h | 148 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 228 insertions(+), 7 deletions(-)
--
2.19.1.3.ge56e4f7
Powered by blists - more mailing lists