Searched refs:skcipher_decrypt (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/crypto/caam/ |
D | caamalg.c | 1855 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,
|
D | caamalg_qi.c | 1460 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,
|
D | caamalg_qi2.c | 1520 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1675 .decrypt = skcipher_decrypt, 1691 .decrypt = skcipher_decrypt, 1707 .decrypt = skcipher_decrypt, 1723 .decrypt = skcipher_decrypt, 1741 .decrypt = skcipher_decrypt, 1765 .decrypt = skcipher_decrypt, 1781 .decrypt = skcipher_decrypt,
|
/Linux-v5.10/drivers/crypto/ |
D | talitos.c | 1671 static int skcipher_decrypt(struct skcipher_request *areq) in skcipher_decrypt() function 3179 t_alg->algt.alg.skcipher.decrypt = skcipher_decrypt; in talitos_alg_alloc()
|
/Linux-v5.10/drivers/crypto/bcm/ |
D | cipher.c | 1899 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 4475 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|