Searched refs:skcipher_enqueue (Results 1 – 1 of 1) sorted by relevance
1712 static int skcipher_enqueue(struct skcipher_request *req, bool encrypt) in skcipher_enqueue() function1893 return skcipher_enqueue(req, true); in skcipher_encrypt()1899 return skcipher_enqueue(req, false); in skcipher_decrypt()