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