Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c203 static int qce_ablkcipher_crypt(struct ablkcipher_request *req, int encrypt) in qce_ablkcipher_crypt() function
229 return qce_ablkcipher_crypt(req, 1); in qce_ablkcipher_encrypt()
234 return qce_ablkcipher_crypt(req, 0); in qce_ablkcipher_decrypt()