Home
last modified time | relevance | path

Searched refs:SM4_CRYPT8_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/x86/crypto/
Dsm4_aesni_avx_glue.c20 #define SM4_CRYPT8_BLOCK_SIZE (SM4_BLOCK_SIZE * 8) macro
54 while (nbytes >= SM4_CRYPT8_BLOCK_SIZE) { in ecb_do_crypt()
56 dst += SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
57 src += SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
58 nbytes -= SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
187 return sm4_avx_cbc_decrypt(req, SM4_CRYPT8_BLOCK_SIZE, in cbc_decrypt()
297 return sm4_avx_cfb_decrypt(req, SM4_CRYPT8_BLOCK_SIZE, in cfb_decrypt()
371 return sm4_avx_ctr_crypt(req, SM4_CRYPT8_BLOCK_SIZE, in ctr_crypt()