Home
last modified time | relevance | path

Searched refs:chachapoly_crypt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg.c1472 static inline int chachapoly_crypt(struct aead_request *req, bool encrypt) in chachapoly_crypt() function
1498 return chachapoly_crypt(req, true); in chachapoly_encrypt()
1503 return chachapoly_crypt(req, false); in chachapoly_decrypt()