Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dablkcipher.c193 static int qce_ablkcipher_crypt(struct ablkcipher_request *req, int encrypt) in qce_ablkcipher_crypt() function
219 return qce_ablkcipher_crypt(req, 1); in qce_ablkcipher_encrypt()
224 return qce_ablkcipher_crypt(req, 0); in qce_ablkcipher_decrypt()