Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/crypto/
H A Ddes_glue.c136 static int __cbc_crypt(struct skcipher_request *req, bool encrypt) in __cbc_crypt() function
173 return __cbc_crypt(req, true); in cbc_encrypt()
178 return __cbc_crypt(req, false); in cbc_decrypt()