Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: x86/sm4 - Remove cfb(sm4) | Herbert Xu | 2023-12-08 | 1 | -4/+0 |
| | | | | | | Remove the unused CFB implementation. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||||
* | crypto: x86/sm4 - export reusable AESNI/AVX functions | Tianjia Zhang | 2021-08-27 | 1 | -0/+24 |
Export the reusable functions in the SM4 AESNI/AVX implementation, mainly public functions, which are used to develop the SM4 AESNI/AVX2 implementation, and eliminate unnecessary duplication of code. At the same time, in order to make the public function universal, minor fixes was added. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |