Searched refs:chachapoly_crypt (Results 1 – 1 of 1) sorted by relevance
1472 static inline int chachapoly_crypt(struct aead_request *req, bool encrypt) in chachapoly_crypt() function1498 return chachapoly_crypt(req, true); in chachapoly_encrypt()1503 return chachapoly_crypt(req, false); in chachapoly_decrypt()