Home
last modified time | relevance | path

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

/drivers/crypto/caam/
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()