Searched refs:skcipher_crypt (Results 1 – 2 of 2) sorted by relevance
1420 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function1473 return skcipher_crypt(req, true); in skcipher_encrypt()1478 return skcipher_crypt(req, false); in skcipher_decrypt()
1810 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function1879 return skcipher_crypt(req, true); in skcipher_encrypt()1884 return skcipher_crypt(req, false); in skcipher_decrypt()