Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/caam/
Dcaamalg_qi.c1404 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function
1457 return skcipher_crypt(req, true); in skcipher_encrypt()
1462 return skcipher_crypt(req, false); in skcipher_decrypt()
Dcaamalg.c1789 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function
1858 return skcipher_crypt(req, true); in skcipher_encrypt()
1863 return skcipher_crypt(req, false); in skcipher_decrypt()