Searched refs:ablkcipher_crypt (Results 1 – 1 of 1) sorted by relevance
1472 static inline int ablkcipher_crypt(struct ablkcipher_request *req, bool encrypt) in ablkcipher_crypt() function1509 return ablkcipher_crypt(req, true); in ablkcipher_encrypt()1514 return ablkcipher_crypt(req, false); in ablkcipher_decrypt()