summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov1-0/+1
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe1-10/+9
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe1-11/+30
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe1-13/+10
2022-05-13crypto: sun8i-ss - rework handling of IVCorentin Labbe1-38/+77
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe1-0/+3
2021-04-16crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu1-1/+1
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen1-3/+6
2020-09-04crypto: sun8i-ss - remove redundant memzero_explicit()Denis Efremov1-1/+0
2020-09-04crypto: sun8i-ss - use kfree_sensitive()Denis Efremov1-12/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-16crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel1-19/+20
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-11-08crypto: sun8i-ss - fix memdup.cocci warningskbuild test robot1-4/+2
2019-11-01crypto: allwinner - Add sun8i-ss cryptographic offloaderCorentin Labbe1-0/+438