Searched refs:essiv_skcipher_crypt (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dessiv.c141 static int essiv_skcipher_crypt(struct skcipher_request *req, bool enc) function
161 return essiv_skcipher_crypt(req, true);
166 return essiv_skcipher_crypt(req, false);

Completed in 136 milliseconds