Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/caam/
Dcaamalg_qi.c1420 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function
1473 return skcipher_crypt(req, true); in skcipher_encrypt()
1478 return skcipher_crypt(req, false); in skcipher_decrypt()
Dcaamalg.c1809 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function
1878 return skcipher_crypt(req, true); in skcipher_encrypt()
1883 return skcipher_crypt(req, false); in skcipher_decrypt()