aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/amlogic
AgeCommit message (Expand)AuthorFilesLines
2023-12-29crypto: amlogic - Use helper to set reqsizeGravatar Ovidiu Panait 1-2/+2
2023-10-27crypto: amlogic-gxl-core - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceGravatar Herbert Xu 3-29/+47
2023-08-18crypto: amlogic - Remove prepare/unprepare requestGravatar Herbert Xu 1-2/+0
2022-12-02crypto: amlogic - Remove kcalloc without checkGravatar Christophe JAILLET 2-2/+1
2022-08-26crypto: amlogic - Fix dma_map_sg error checkGravatar Jack Wang 1-3/+3
2022-03-03crypto: amlogic - call finalize with bh disabledGravatar Corentin Labbe 1-0/+2
2021-03-26crypto: amlogic - Fix the parameter of dma_unmap_sg()Gravatar Xiang Chen 1-3/+3
2021-03-07crypto: amlogic - Fix unnecessary check in meson_crypto_probe()Gravatar Tang Bin 1-3/+0
2020-09-25crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-14/+2
2020-09-04crypto: amlogic - Fix endianness markerGravatar Herbert Xu 1-1/+1
2020-09-04crypto: amlogic - use kfree_sensitive()Gravatar Denis Efremov 1-8/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-2/+2
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-2/+4
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackGravatar Ard Biesheuvel 2-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleGravatar Ard Biesheuvel 1-1/+1
2020-04-16crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()Gravatar Tang Bin 1-3/+1
2020-01-16crypto: amlogic - fix removal of moduleGravatar Corentin Labbe 1-2/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-1/+0
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyGravatar Brendan Higgins 1-0/+1
2019-11-22crypto: amlogic - enable working on big endian kernelGravatar Corentin Labbe 2-43/+34
2019-11-17crypto: amlogic - fix two resources leakGravatar Corentin Labbe 1-4/+6
2019-11-08crypto: amlogic - ensure error variable err is set before returning itGravatar Colin Ian King 1-0/+1
2019-11-08crypto: amlogic - Use kmemdup in meson_aes_setkey()Gravatar YueHaibing 1-2/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-1/+1
2019-10-26crypto: amlogic - Add crypto accelerator for amlogic GXLGravatar Corentin Labbe 5-0/+908