+22
−24
Loading
mainline inclusion from mainline-v6.2-rc1 commit cb9ba02b category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7GBB7 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb9ba02b07d18172c6a6dcc69410c56482903230 -------------------------------- Use a 128-bit swap mask and tbl instruction to simplify the implementation for generating SM4 rkey_dec. Also fixed the issue of not being wrapped by kernel_neon_begin/end() when using the sm4_ce_expand_key() function. Signed-off-by:Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Conflicts: arch/arm64/crypto/sm4-ce-core.S [Context conflicts] Signed-off-by:
Gu Bowen <gubowen5@huawei.com>