Searched refs:ablkcipher_enqueue (Results 1 – 1 of 1) sorted by relevance
1750 static int ablkcipher_enqueue(struct ablkcipher_request *req, bool encrypt) in ablkcipher_enqueue() function1957 return ablkcipher_enqueue(req, true); in ablkcipher_encrypt()1963 return ablkcipher_enqueue(req, false); in ablkcipher_decrypt()