Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c1512 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt() function
1567 .decrypt = ablkcipher_decrypt,
1584 .decrypt = ablkcipher_decrypt,
1601 .decrypt = ablkcipher_decrypt,
1618 .decrypt = ablkcipher_decrypt,
1634 .decrypt = ablkcipher_decrypt,
1653 .decrypt = ablkcipher_decrypt,
Dcaamalg.c1636 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt() function
1865 .decrypt = ablkcipher_decrypt,
1882 .decrypt = ablkcipher_decrypt,
1899 .decrypt = ablkcipher_decrypt,
1916 .decrypt = ablkcipher_decrypt,
1932 .decrypt = ablkcipher_decrypt,
1951 .decrypt = ablkcipher_decrypt,
/Linux-v4.19/drivers/crypto/
Dtalitos.c1693 static int ablkcipher_decrypt(struct ablkcipher_request *areq) in ablkcipher_decrypt() function
3157 alg->cra_ablkcipher.decrypt = ablkcipher_decrypt; in talitos_alg_alloc()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c1995 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt() function
4618 crypto->cra_ablkcipher.decrypt = ablkcipher_decrypt; in spu_register_ablkcipher()