Ciphers: SM4 with modes: ECB, CBC, CFB, CTR (AES-NI/AVX)

modulename: sm4-aesni-avx-x86_64.ko

configname: CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64

Linux Kernel Configuration
└─>Accelerated Cryptographic Algorithms for CPU (x86)
└─>Ciphers: SM4 with modes: ECB, CBC, CFB, CTR (AES-NI/AVX)
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
Length-preserving ciphers: SM4 cipher algorithms
(OSCCA GB/T 32907-2016) with ECB, CBC, CFB, and CTR modes

Architecture: x86_64 using:
- AES-NI (AES New Instructions)
- AVX (Advanced Vector Extensions)

Through two affine transforms,
we can use the AES S-Box to simulate the SM4 S-Box to achieve the
effect of instruction acceleration.

If unsure, say N.

source code: