Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg_qi.c1398 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt() function
1429 return skcipher_crypt(req, true); in skcipher_encrypt()
1434 return skcipher_crypt(req, false); in skcipher_decrypt()