summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov2024-02-281-17/+17
* crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
* crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-11/+14
* crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2023-08-181-6/+14
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-131-1/+1
* crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-2/+10
* crypto: sun8i-ce - rework debuggingCorentin Labbe2022-05-131-8/+35
* crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe2022-05-131-13/+10
* crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe2022-05-131-20/+9
* crypto: sun8i-ce - Fix minor style issueCorentin Labbe2022-05-131-1/+0
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-031-0/+3
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-3/+6
* crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe2020-09-251-1/+1
* crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe2020-09-251-20/+71
* crypto: sun8i-ce - move iv data to request contextCorentin Labbe2020-09-251-14/+13
* crypto: sun8i-ce - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-21/+20
* crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu2020-07-031-0/+1
* docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-1/+1
* crypto: sun8i-ce - remove dead codeCorentin Labbe2020-01-161-5/+0
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* crypto: sun8i-ce - enable working on big endianCorentin Labbe2019-11-221-22/+28
* crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing2019-11-221-4/+2
* crypto: allwinner - Add sun8i-ce Crypto EngineCorentin Labbe2019-11-011-0/+434