Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/crypto/
H A Daes-riscv64-glue.c213 static int riscv64_aes_cbc_cts_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_cbc_cts_crypt() function
267 return riscv64_aes_cbc_cts_crypt(req, true); in riscv64_aes_cbc_cts_encrypt()
272 return riscv64_aes_cbc_cts_crypt(req, false); in riscv64_aes_cbc_cts_decrypt()