Searched refs:skcipher_decrypt (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/crypto/caam/ |
D | caamalg.c | 1881 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1896 .decrypt = skcipher_decrypt, 1915 .decrypt = skcipher_decrypt, 1934 .decrypt = skcipher_decrypt, 1953 .decrypt = skcipher_decrypt, 1974 .decrypt = skcipher_decrypt, 2001 .decrypt = skcipher_decrypt, 2020 .decrypt = skcipher_decrypt, 2038 .decrypt = skcipher_decrypt, 2056 .decrypt = skcipher_decrypt,
|
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,
|
D | caamalg_qi2.c | 1525 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 1683 .decrypt = skcipher_decrypt, 1699 .decrypt = skcipher_decrypt, 1715 .decrypt = skcipher_decrypt, 1731 .decrypt = skcipher_decrypt, 1749 .decrypt = skcipher_decrypt, 1773 .decrypt = skcipher_decrypt, 1789 .decrypt = skcipher_decrypt,
|
/Linux-v6.6/drivers/crypto/ |
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()
|
/Linux-v6.6/drivers/crypto/bcm/ |
D | cipher.c | 1896 static int skcipher_decrypt(struct skcipher_request *req) in skcipher_decrypt() function 4443 crypto->decrypt = skcipher_decrypt; in spu_register_skcipher()
|