Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c1472 static inline int ablkcipher_crypt(struct ablkcipher_request *req, bool encrypt) in ablkcipher_crypt() function
1509 return ablkcipher_crypt(req, true); in ablkcipher_encrypt()
1514 return ablkcipher_crypt(req, false); in ablkcipher_decrypt()