aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: amlogic - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-14/+2
2020-09-04crypto: amlogic - Fix endianness markerHerbert Xu1-1/+1
2020-09-04crypto: amlogic - use kfree_sensitive()Denis Efremov1-8/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-2/+4
2020-07-16crypto: amlogic-gxl - permit async skcipher as fallbackArd Biesheuvel2-15/+15
2020-07-16crypto: amlogic-gxl - default to build as moduleArd Biesheuvel1-1/+1
2020-04-16crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()Tang Bin1-3/+1
2020-01-16crypto: amlogic - fix removal of moduleCorentin Labbe1-2/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+0
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyBrendan Higgins1-0/+1
2019-11-22crypto: amlogic - enable working on big endian kernelCorentin Labbe2-43/+34
2019-11-17crypto: amlogic - fix two resources leakCorentin Labbe1-4/+6
2019-11-08crypto: amlogic - ensure error variable err is set before returning itColin Ian King1-0/+1
2019-11-08crypto: amlogic - Use kmemdup in meson_aes_setkey()YueHaibing1-2/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-26crypto: amlogic - Add crypto accelerator for amlogic GXLCorentin Labbe5-0/+908