Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Dsm4-avx.h14 int sm4_avx_cbc_decrypt(struct skcipher_request *req,
H A Dsm4_aesni_avx_glue.c124 int sm4_avx_cbc_decrypt(struct skcipher_request *req, in sm4_avx_cbc_decrypt() function
181 EXPORT_SYMBOL_GPL(sm4_avx_cbc_decrypt);
185 return sm4_avx_cbc_decrypt(req, SM4_CRYPT8_BLOCK_SIZE, in cbc_decrypt()
H A Dsm4_aesni_avx2_glue.c37 return sm4_avx_cbc_decrypt(req, SM4_CRYPT16_BLOCK_SIZE, in cbc_decrypt()