Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg.c1457 static inline int chachapoly_crypt(struct aead_request *req, bool encrypt) in chachapoly_crypt() function
1483 return chachapoly_crypt(req, true); in chachapoly_encrypt()
1488 return chachapoly_crypt(req, false); in chachapoly_decrypt()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds