Searched refs:riscv64_aes_cbc_crypt (Results 1 – 1 of 1) sorted by relevance
173 static int riscv64_aes_cbc_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_cbc_crypt() function203 return riscv64_aes_cbc_crypt(req, true); in riscv64_aes_cbc_encrypt()208 return riscv64_aes_cbc_crypt(req, false); in riscv64_aes_cbc_decrypt()246 err = riscv64_aes_cbc_crypt(&subreq, enc); in riscv64_aes_cbc_cts_crypt()