Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/caam/
Dcaamalg.c1882 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1897 .decrypt = skcipher_decrypt,
1916 .decrypt = skcipher_decrypt,
1935 .decrypt = skcipher_decrypt,
1954 .decrypt = skcipher_decrypt,
1975 .decrypt = skcipher_decrypt,
2002 .decrypt = skcipher_decrypt,
2021 .decrypt = skcipher_decrypt,
2039 .decrypt = skcipher_decrypt,
2057 .decrypt = skcipher_decrypt,
Dcaamalg_qi.c1476 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1491 .decrypt = skcipher_decrypt,
1507 .decrypt = skcipher_decrypt,
1523 .decrypt = skcipher_decrypt,
1539 .decrypt = skcipher_decrypt,
1557 .decrypt = skcipher_decrypt,
1581 .decrypt = skcipher_decrypt,
Dcaamalg_qi2.c1526 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
1684 .decrypt = skcipher_decrypt,
1700 .decrypt = skcipher_decrypt,
1716 .decrypt = skcipher_decrypt,
1732 .decrypt = skcipher_decrypt,
1750 .decrypt = skcipher_decrypt,
1774 .decrypt = skcipher_decrypt,
1790 .decrypt = skcipher_decrypt,
/linux-6.12.1/drivers/crypto/
Dtalitos.c1676 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt() function
3199 t_alg->algt.alg.skcipher.decrypt = skcipher_decrypt; in talitos_alg_alloc()
/linux-6.12.1/drivers/crypto/bcm/
Dcipher.c1896 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function
4386 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()