感谢提交补丁,
是不是可以结合一下几个 issue 和社区主线,帮忙整体把 SM2/SM3/SM4 的相关补丁及后续的bugfix都移植过来,谢谢!
这块需要一定的工作量,如能都在 openEuler 5.10 版本支持起来,还是很有意义的。
欢迎在 kernel sig 交流,或报个议题介绍一下这块的工作。
https://gitee.com/openeuler/kernel/issues/I4A842?from=project-issue
https://gitee.com/openeuler/kernel/issues/I4A82K?from=project-issue
On 2021/11/12 10:10, shenzijun wrote:
From: 沈子俊 shenzijun@kylinos.cn
The GCM/CCM mode of SM4 is defined in the RFC 8998 specification: https://datatracker.ietf.org/doc/html/rfc8998
沈子俊 (3): crypto: tcrypt - Fix missing return value check crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm
crypto/tcrypt.c | 73 ++++++++++++++++++++--- crypto/testmgr.c | 29 ++++++++++ crypto/testmgr.h | 148 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 241 insertions(+), 9 deletions(-)