aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi2022-05-131-6/+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-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-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-10/+9
* crypto: sun8i-ss - add hmac(sha1)Corentin Labbe2022-05-133-6/+231
* crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe2022-05-131-22/+65
* crypto: sun8i-ss - rework debuggingCorentin Labbe2022-05-134-22/+83
* crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe2022-05-133-10/+29
* crypto: sun8i-ss - do not zeroize all padCorentin Labbe2022-05-131-2/+4
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-05-133-12/+17
* crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe2022-05-131-13/+10
* crypto: sun8i-ss - test error before assigningCorentin Labbe2022-05-131-4/+4
* crypto: sun8i-ss - remove redundant testCorentin Labbe2022-05-131-11/+1
* crypto: sun8i-ss - handle zero sized sgCorentin Labbe2022-05-131-1/+9
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-05-133-52/+107
* crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2022-05-132-14/+9
* 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: vmx - Fix build errorMasahiro Yamada2022-05-101-1/+1
* crypto: vmx - Align the short log with Makefile cleanupsMasahiro Yamada2022-05-061-14/+3
* crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa2022-05-065-3/+27
* crypto: atmel-i2c - Simplify return code in probe functionUwe Kleine-König2022-05-061-5/+1
* crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal2022-05-065-1/+261
* hwrng: cn10k - Enable compile testingHerbert Xu2022-05-061-1/+1
* crypto: atmel-sha204a - Suppress duplicate error messageUwe Kleine-König2022-05-061-2/+2
* crypto: atmel-sha204a - Remove useless checkUwe Kleine-König2022-05-061-2/+1
* crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger2022-05-061-0/+9
* crypto: hisilicon/sec - add sm4 generic selectionKai Ye2022-05-061-0/+1
* crypto: atmel-sha204a - Add support for ATSHA204 cryptochipPali Rohár2022-05-061-0/+2
* hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King2022-04-291-1/+1
* crypto: qat - Fix unsigned function returning negative constantHaowen Bai2022-04-291-1/+1
* crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam2022-04-291-0/+18
* crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2
* crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2
* crypto: keembay - Make use of devm helper function devm_platform_ioremap_reso...Lv Ruyi2022-04-291-8/+1
* crypto: ccp - Fix the INIT_EX data file open failureJacky Li2022-04-291-2/+28
* Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu2022-04-261-1/+1
* crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian2022-04-211-19/+9
* crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2022-04-212-3/+2
* crypto: hisilicon/qm - set function with staticWeili Qian2022-04-211-4/+2
* hwrng: mpfs - Enable COMPILE_TESTHerbert Xu2022-04-211-1/+1
* crypto: marvell/cesa - ECB does not IVCorentin Labbe2022-04-211-1/+0
* crypto: ccp - Log when resetting PSP SEV statePeter Gonda2022-04-211-1/+1
* hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov2022-04-211-8/+7
* hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov2022-04-211-6/+10
* crypto: sa2ul - Add the new compatible for AM62Jayesh Choudhary2022-04-211-0/+1
* crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen2022-04-151-2/+4
* crypto: hisilicon/zip - support last word dumpingKai Ye2022-04-151-1/+106