Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3191 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt() function
4047 .decrypt = ablkcipher_decrypt,
4064 .decrypt = ablkcipher_decrypt,
4081 .decrypt = ablkcipher_decrypt,
4098 .decrypt = ablkcipher_decrypt,
4114 .decrypt = ablkcipher_decrypt,
/linux-4.1.27/drivers/crypto/
Dtalitos.c1490 static int ablkcipher_decrypt(struct ablkcipher_request *areq) in ablkcipher_decrypt() function
2523 alg->cra_ablkcipher.decrypt = ablkcipher_decrypt; in talitos_alg_alloc()