/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg.c | 756 /* skcipher_decrypt shared descriptor */ in skcipher_setkey() 1856 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1871 .decrypt = skcipher_decrypt, 1887 .decrypt = skcipher_decrypt, 1903 .decrypt = skcipher_decrypt, 1919 .decrypt = skcipher_decrypt, 1937 .decrypt = skcipher_decrypt, 1961 .decrypt = skcipher_decrypt, 1977 .decrypt = skcipher_decrypt, 1992 .decrypt = skcipher_decrypt, [all...] |
H A 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,
|
H A D | caamalg_qi2.c | 968 /* skcipher_decrypt shared descriptor */ in skcipher_setkey() 1521 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1677 .decrypt = skcipher_decrypt, 1693 .decrypt = skcipher_decrypt, 1709 .decrypt = skcipher_decrypt, 1725 .decrypt = skcipher_decrypt, 1743 .decrypt = skcipher_decrypt, 1767 .decrypt = skcipher_decrypt, 1783 .decrypt = skcipher_decrypt,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg.c | 765 /* skcipher_decrypt shared descriptor */ in skcipher_setkey() 1882 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, [all...] |
H A D | caamalg_qi.c | 1476 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,
|
H A D | caamalg_qi2.c | 973 /* skcipher_decrypt shared descriptor */ in skcipher_setkey() 1526 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,
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 1675 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 1676 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()
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 1899 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1901 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt() 4475 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 1896 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1898 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt() 4443 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|