Searched refs:essiv_skcipher_crypt (Results 1 – 1 of 1) sorted by relevance
158 static int essiv_skcipher_crypt(struct skcipher_request *req, bool enc) in essiv_skcipher_crypt() function178 return essiv_skcipher_crypt(req, true); in essiv_skcipher_encrypt()183 return essiv_skcipher_crypt(req, false); in essiv_skcipher_decrypt()