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