summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-134-19/+96
* crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe2022-05-132-18/+15
* crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe2022-05-131-30/+65
* crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe2022-05-133-28/+29
* crypto: sun8i-ce - Fix minor style issueCorentin Labbe2022-05-131-1/+0
* crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-022-0/+6
* crypto: sun8i-ce - Add support for the D1 variantCorentin Labbe2021-11-262-0/+22
* crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2021-08-122-8/+4
* crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu2021-04-161-1/+1
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-262-4/+8
* crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai2021-03-121-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-142-10/+16
|\
| * crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
* | crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab2020-10-283-3/+3
|/
* crypto: sun8i-ce - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ce - Add support for the TRNGCorentin Labbe2020-09-254-0/+164
* crypto: sun8i-ce - Add support for the PRNGCorentin Labbe2020-09-254-1/+253
* crypto: sun8i-ce - Add stat_bytes debugfsCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ce - support hash algorithmsCorentin Labbe2020-09-254-0/+701
* crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe2020-09-253-4/+4
* crypto: sun8i-ce - handle different error registersCorentin Labbe2020-09-252-8/+62
* crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe2020-09-252-20/+79
* crypto: sun8i-ce - move iv data to request contextCorentin Labbe2020-09-252-18/+19
* crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe2020-09-251-1/+4
* crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-13/+2
* crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-6/+3
* 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: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-4/+8
* crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* 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-202-2/+2
* crypto: sun8i-ce - fix description of stat_fbCorentin Labbe2020-03-061-1/+1
* crypto: allwinner - remove redundant platform_get_irq error messageChen Zhou2020-02-131-3/+1
* crypto: sun8i-ce - remove dead codeCorentin Labbe2020-01-162-13/+0
* crypto: sun8i-ce - fix removal of moduleCorentin Labbe2020-01-161-2/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* crypto: allwinner - remove unneeded semicolonChen Zhou2019-12-271-1/+1
* crypto: sun8i-ce - enable working on big endianCorentin Labbe2019-11-222-34/+40
* crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing2019-11-221-4/+2
* crypto: allwinner - fix some spelling mistakesColin Ian King2019-11-151-2/+2
* crypto: allwinner - Add sun8i-ce Crypto EngineCorentin Labbe2019-11-014-0/+1366