summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu1-11/+1
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu9-18/+123
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu6-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu1-0/+3
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov1-2/+2
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu1-5/+5
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi1-6/+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 Labbe4-19/+96
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe2-18/+15
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe1-30/+65
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe1-10/+9
2022-05-13crypto: sun8i-ss - add hmac(sha1)Corentin Labbe3-6/+231
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe1-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe4-22/+83
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe3-10/+29
2022-05-13crypto: sun8i-ss - do not zeroize all padCorentin Labbe1-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe3-12/+17
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe1-13/+10
2022-05-13crypto: sun8i-ss - test error before assigningCorentin Labbe1-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testCorentin Labbe1-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgCorentin Labbe1-1/+9
2022-05-13crypto: sun8i-ss - rework handling of IVCorentin Labbe3-52/+107
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2-14/+9
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe3-28/+29
2022-05-13crypto: sun8i-ce - Fix minor style issueCorentin Labbe1-1/+0
2022-05-10crypto: vmx - Fix build errorMasahiro Yamada1-1/+1
2022-05-06crypto: vmx - Align the short log with Makefile cleanupsMasahiro Yamada1-14/+3
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa5-3/+27
2022-05-06crypto: atmel-i2c - Simplify return code in probe functionUwe Kleine-König1-5/+1
2022-05-06crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal5-1/+261
2022-05-06hwrng: cn10k - Enable compile testingHerbert Xu1-1/+1
2022-05-06crypto: atmel-sha204a - Suppress duplicate error messageUwe Kleine-König1-2/+2
2022-05-06crypto: atmel-sha204a - Remove useless checkUwe Kleine-König1-2/+1
2022-05-06crypto: inside-secure - Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+9
2022-05-06crypto: hisilicon/sec - add sm4 generic selectionKai Ye1-0/+1
2022-05-06crypto: atmel-sha204a - Add support for ATSHA204 cryptochipPali Rohár1-0/+2
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King1-1/+1
2022-04-29crypto: qat - Fix unsigned function returning negative constantHaowen Bai1-1/+1
2022-04-29crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam1-0/+18
2022-04-29crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi1-4/+2
2022-04-29crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi1-4/+2
2022-04-29crypto: keembay - Make use of devm helper function devm_platform_ioremap_reso...Lv Ruyi1-8/+1
2022-04-29crypto: ccp - Fix the INIT_EX data file open failureJacky Li1-2/+28
2022-04-26Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu1-1/+1
2022-04-21crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian1-19/+9
2022-04-21crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2-3/+2
2022-04-21crypto: hisilicon/qm - set function with staticWeili Qian1-4/+2
2022-04-21hwrng: mpfs - Enable COMPILE_TESTHerbert Xu1-1/+1