Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c2687 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt() function
2891 .decrypt = ablkcipher_decrypt,
2908 .decrypt = ablkcipher_decrypt,
2925 .decrypt = ablkcipher_decrypt,
2942 .decrypt = ablkcipher_decrypt,
2958 .decrypt = ablkcipher_decrypt,
2977 .decrypt = ablkcipher_decrypt,
/linux-4.4.14/drivers/crypto/
Dtalitos.c1635 static int ablkcipher_decrypt(struct ablkcipher_request *areq) in ablkcipher_decrypt() function
2749 alg->cra_ablkcipher.decrypt = ablkcipher_decrypt; in talitos_alg_alloc()