summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amlogic
AgeCommit message (Expand)AuthorLines
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-05crypto: amlogic - Remove redundant assignment and error messagesTang Bin-5/+3
2024-08-30crypto: amlogic - Remove unused declaration meson_enqueue()Yue Haibing-2/+0
2023-12-29crypto: amlogic - Use helper to set reqsizeOvidiu Panait-2/+2
2023-10-27crypto: amlogic-gxl-core - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+0
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceHerbert Xu-29/+47
2023-08-18crypto: amlogic - Remove prepare/unprepare requestHerbert Xu-2/+0
2022-12-02crypto: amlogic - Remove kcalloc without checkChristophe JAILLET-2/+1
2022-08-26crypto: amlogic - Fix dma_map_sg error checkJack Wang-3/+3
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe-0/+2
2021-03-26crypto: amlogic - Fix the parameter of dma_unmap_sg()Xiang Chen-3/+3
2021-03-07crypto: amlogic - Fix unnecessary check in meson_crypto_probe()Tang Bin-3/+0
2020-09-25crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-14/+2
2020-09-04crypto: amlogic - Fix endianness markerHerbert Xu-1/+1
2020-09-04crypto: amlogic - use kfree_sensitive()Denis Efremov-8/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-2/+2
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-2/+4
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleArd Biesheuvel-1/+1
2020-04-16crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()Tang Bin-3/+1
2020-01-16crypto: amlogic - fix removal of moduleCorentin Labbe-2/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-1/+0
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyBrendan Higgins-0/+1
2019-11-22crypto: amlogic - enable working on big endian kernelCorentin Labbe-43/+34
2019-11-17crypto: amlogic - fix two resources leakCorentin Labbe-4/+6
2019-11-08crypto: amlogic - ensure error variable err is set before returning itColin Ian King-0/+1
2019-11-08crypto: amlogic - Use kmemdup in meson_aes_setkey()YueHaibing-2/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-1/+1
2019-10-26crypto: amlogic - Add crypto accelerator for amlogic GXLCorentin Labbe-0/+908