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

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

Completed in 29 milliseconds