aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait1-2/+2
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu1-11/+14
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu1-6/+14
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet1-1/+1
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe1-2/+10
2022-05-13crypto: sun8i-ce - rework debuggingCorentin Labbe1-8/+35
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe1-13/+10
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe1-20/+9
2022-05-13crypto: sun8i-ce - Fix minor style issueCorentin Labbe1-1/+0
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe1-0/+3
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen1-3/+6
2020-09-25crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe1-1/+1
2020-09-25crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe1-20/+71
2020-09-25crypto: sun8i-ce - move iv data to request contextCorentin Labbe1-14/+13
2020-09-04crypto: sun8i-ce - use kfree_sensitive()Denis Efremov1-12/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-16crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel1-21/+20
2020-07-03crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu1-0/+1
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab1-1/+1
2020-01-16crypto: sun8i-ce - remove dead codeCorentin Labbe1-5/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+0
2019-11-22crypto: sun8i-ce - enable working on big endianCorentin Labbe1-22/+28
2019-11-22crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing1-4/+2
2019-11-01crypto: allwinner - Add sun8i-ce Crypto EngineCorentin Labbe1-0/+434