[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221122070632.21910-1-tianjia.zhang@linux.alibaba.com>
Date: Tue, 22 Nov 2022 15:06:30 +0800
From: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
To: "Theodore Y. Ts o" <tytso@....edu>,
Jaegeuk Kim <jaegeuk@...nel.org>,
Eric Biggers <ebiggers@...nel.org>,
Jonathan Corbet <corbet@....net>, Jens Axboe <axboe@...nel.dk>,
Ard Biesheuvel <ardb@...nel.org>,
linux-fscrypt@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-block@...r.kernel.org
Cc: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
Subject: [PATCH v2 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
SM4 is widely used in China's data encryption software and hardware.
This serial of patches enables the SM4-XTS algorithm in blk-crypto and
enables the SM4-XTS/CTS algorithm in fscrypt to encrypt file content
and filename.
v2 change:
- As Eric said, the new FSCRYPT_MODE is defined for the unused numbers 7 and 8
Tianjia Zhang (2):
blk-crypto: Add support for SM4-XTS blk crypto mode
fscrypt: Add SM4 XTS/CTS symmetric algorithm support
Documentation/filesystems/fscrypt.rst | 1 +
block/blk-crypto.c | 6 ++++++
fs/crypto/keysetup.c | 15 +++++++++++++++
fs/crypto/policy.c | 4 ++++
include/linux/blk-crypto.h | 1 +
include/uapi/linux/fscrypt.h | 2 ++
6 files changed, 29 insertions(+)
--
2.24.3 (Apple Git-128)
Powered by blists - more mailing lists