lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 16 Mar 2018 23:55:36 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Gilad Ben-Yossef <gilad@...yossef.com>
Cc:     "David S. Miller" <davem@...emloft.net>,
        Ofir Drang <ofir.drang@....com>, linux-crypto@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] crypto: introduce SM4 symmetric cipher algorithm

On Tue, Mar 06, 2018 at 09:44:41AM +0000, Gilad Ben-Yossef wrote:
> Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016) and
> related tests.
> 
> SM4 (GBT.32907-2016) is a cryptographic standard issued by the
> Organization of State Commercial Administration of China (OSCCA)
> as an authorized cryptographic algorithms for the use within China.
> 
> SMS4 was originally created for use in protecting wireless
> networks, and is mandated in the Chinese National Standard for
> Wireless LAN WAPI (Wired Authentication and Privacy Infrastructure)
> (GB.15629.11-2003).
> 
> Tested on arm 64 and 32 bit.
> 
> Gilad Ben-Yossef (2):
>   crypto: introduce SM4 symmetric cipher algorithm
>   crypto: introduce SM4 testmgr tests
> 
>  crypto/Kconfig       |  25 ++++++
>  crypto/Makefile      |   1 +
>  crypto/sm4_generic.c | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  crypto/tcrypt.c      |   3 +
>  crypto/testmgr.c     |   9 ++
>  crypto/testmgr.h     | 131 +++++++++++++++++++++++++++
>  include/crypto/sm4.h |  28 ++++++
>  7 files changed, 441 insertions(+)
>  create mode 100644 crypto/sm4_generic.c
>  create mode 100644 include/crypto/sm4.h

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ