Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Dsm4_aesni_avx_glue.c20 #define SM4_CRYPT8_BLOCK_SIZE (SM4_BLOCK_SIZE * 8) macro
52 while (nbytes >= SM4_CRYPT8_BLOCK_SIZE) { in ecb_do_crypt()
54 dst += SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
55 src += SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
56 nbytes -= SM4_CRYPT8_BLOCK_SIZE; in ecb_do_crypt()
185 return sm4_avx_cbc_decrypt(req, SM4_CRYPT8_BLOCK_SIZE, in cbc_decrypt()
259 return sm4_avx_ctr_crypt(req, SM4_CRYPT8_BLOCK_SIZE, in ctr_crypt()