Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/caam/
Dcaamalg.c1855 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1870 .decrypt = skcipher_decrypt,
1886 .decrypt = skcipher_decrypt,
1902 .decrypt = skcipher_decrypt,
1918 .decrypt = skcipher_decrypt,
1936 .decrypt = skcipher_decrypt,
1960 .decrypt = skcipher_decrypt,
1976 .decrypt = skcipher_decrypt,
1991 .decrypt = skcipher_decrypt,
2006 .decrypt = skcipher_decrypt,
Dcaamalg_qi.c1460 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1475 .decrypt = skcipher_decrypt,
1491 .decrypt = skcipher_decrypt,
1507 .decrypt = skcipher_decrypt,
1523 .decrypt = skcipher_decrypt,
1541 .decrypt = skcipher_decrypt,
1565 .decrypt = skcipher_decrypt,
Dcaamalg_qi2.c1523 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1679 .decrypt = skcipher_decrypt,
1695 .decrypt = skcipher_decrypt,
1711 .decrypt = skcipher_decrypt,
1727 .decrypt = skcipher_decrypt,
1745 .decrypt = skcipher_decrypt,
1769 .decrypt = skcipher_decrypt,
1785 .decrypt = skcipher_decrypt,
/Linux-v5.15/drivers/crypto/
Dtalitos.c1676 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt() function
3200 t_alg->algt.alg.skcipher.decrypt = skcipher_decrypt; in talitos_alg_alloc()
/Linux-v5.15/drivers/crypto/bcm/
Dcipher.c1897 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
4473 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()