Searched refs:skcipher_crypt (Results 1 – 2 of 2) sorted by relevance
1404 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function1457 return skcipher_crypt(req, true); in skcipher_encrypt()1462 return skcipher_crypt(req, false); in skcipher_decrypt()
1789 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function1858 return skcipher_crypt(req, true); in skcipher_encrypt()1863 return skcipher_crypt(req, false); in skcipher_decrypt()