summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait2023-12-291-3/+2
* crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-11/+14
* crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu2023-08-181-2/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-131-1/+1
* crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-2/+2
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-10-211-1/+1
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-06-171-0/+1
* crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-10/+9
* crypto: sun8i-ss - rework debuggingCorentin Labbe2022-05-131-11/+30
* crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe2022-05-131-13/+10
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-05-131-38/+77
* crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-03-021-0/+3
* crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-161-1/+1
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-3/+6
* crypto: sun8i-ss - remove redundant memzero_explicit()Denis Efremov2020-09-041-1/+0
* crypto: sun8i-ss - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-19/+20
* docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-1/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: sun8i-ss - fix memdup.cocci warningskbuild test robot2019-11-081-4/+2
* crypto: allwinner - Add sun8i-ss cryptographic offloaderCorentin Labbe2019-11-011-0/+438