Searched refs:skcipher_crypt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1404 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()
|
H A D | caamalg.c | 1784 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function 1853 return skcipher_crypt(req, true); in skcipher_encrypt() 1858 return skcipher_crypt(req, false); in skcipher_decrypt()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1420 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()
|
H A D | caamalg.c | 1810 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function 1879 return skcipher_crypt(req, true); in skcipher_encrypt() 1884 return skcipher_crypt(req, false); in skcipher_decrypt()
|
Completed in 23 milliseconds