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