aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-13crypto: marvell/cesa - Fix engine load inaccuracyHerbert Xu2-3/+6
2025-06-13crypto: marvell/cesa - Remove unnecessary state setting on finalHerbert Xu1-4/+1
2025-05-21crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu3-25/+39
2025-05-14crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu1-1/+1
2025-05-14crypto: marvell/cesa - Handle zero-length skcipher requestsHerbert Xu1-0/+3
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-52/+26
2024-11-15crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctxKarol Przybylski1-12/+12
2024-10-19crypto: cesa - use devm_platform_get_and_ioremap_resourceRosen Penev1-14/+1
2024-10-19crypto: cesa - remove irq_set_affinity_hintRosen Penev1-7/+2
2024-10-19crypto: cesa - use enabled variants for clk_getRosen Penev1-18/+10
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-10crypto: marvell/cesa - Disable hash algorithmsHerbert Xu1-6/+6
2023-11-17crypto: marvell/cesa - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+3
2023-10-27crypto: marvell/cesa - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-02crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-02-13crypto: marvell/cesa - Use request_complete helpersHerbert Xu2-3/+3
2023-02-03crypto: marvell/cesa - Use crypto_wait_reqHerbert Xu1-33/+8
2022-04-21crypto: marvell/cesa - ECB does not IVCorentin Labbe1-1/+0
2021-09-24crypto: marvell/cesa - drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-06-17crypto: marvell/cesa - change FPGA indirect article to anTom Rix1-1/+1
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-37/+149
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu5-36/+148
2021-01-22crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu1-2/+2
2021-01-14crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-25crypto: marvell/cesa - use devm_platform_ioremap_resource_bynameZhang Qilong1-3/+1
2020-08-21crypto: marvell/cesa - Fix sparse warningsHerbert Xu4-25/+32
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu3-3/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-31crypto: marvell/cesa - irq balanceSven Auhagen2-1/+11
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2-6/+18
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla6-0/+4100