summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu2022-05-203-14/+27
* crypto: qat - add param check for DHGiovanni Cabiddu2022-05-201-0/+4
* crypto: qat - add param check for RSAGiovanni Cabiddu2022-05-201-0/+8
* crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu2022-05-201-49/+34
* crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu2022-05-201-77/+60
* crypto: qat - fix memory leak in RSAGiovanni Cabiddu2022-05-201-11/+1
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-05-209-18/+123
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-05-206-54/+101
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-05-202-27/+61
* crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu2022-05-201-0/+3
* crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov2022-05-135-4/+452
* crypto: talitos - Uniform coding style with defined variablejianchunfu2022-05-131-5/+5
* crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi2022-05-131-6/+1
* crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-05-131-12/+11
* 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-062-1/+5
* 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: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-04-291-4/+4
* 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