summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: gemini - call finalize with bh disabledCorentin Labbe2022-03-021-0/+2
* crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-03-021-0/+2
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-022-0/+6
* crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-03-022-0/+6
* crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe2022-03-021-48/+35
* hwrng: atmel - remove extra lineClaudiu Beznea2022-03-021-1/+0
* hwrng: atmel - add runtime pm supportClaudiu Beznea2022-03-021-12/+32
* hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea2022-03-021-8/+4
* hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea2022-03-021-24/+25
* hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea2022-03-021-7/+7
* hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-03-021-0/+1
* hwrng: atmel - add wait for ready support on readClaudiu Beznea2022-03-021-13/+30
* crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-02-231-3/+13
* crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef2022-02-231-0/+7
* crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra2022-02-235-14/+46
* hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski2022-02-181-1/+63
* hwrng: core - use per-rng quality value instead of global settingDominik Brodowski2022-02-181-13/+20
* hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski2022-02-181-10/+14
* hwrng: core - do not bother to order list of devices by qualityDominik Brodowski2022-02-181-20/+16
* crypto: rockchip - ECB does not need IVCorentin Labbe2022-02-181-1/+0
* crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-02-181-3/+5
* crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye2022-02-181-11/+40
* crypto: ux500 - use GFP_KERNELJulia Lawall2022-02-182-2/+2
* crypto: nx - Constify static attribute_group structsRikard Falkeborn2022-02-181-2/+2
* crypto: omap-sham - Constify static attribute_groupRikard Falkeborn2022-02-181-1/+1
* crypto: omap-aes - Constify static attribute_groupRikard Falkeborn2022-02-181-1/+1
* crypto: qat - enable power management for QAT GEN4Wojciech Ziemba2022-02-1811-16/+252
* crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba2022-02-183-17/+17
* crypto: qat - add misc workqueueWojciech Ziemba2022-02-183-0/+37
* crypto: qat - don't cast parameter in bit operationsAndy Shevchenko2022-02-181-3/+6
* crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe2022-02-181-1/+1
* crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus2022-02-111-0/+1
* crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sgColin Ian King2022-02-051-2/+2
* crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King2022-02-051-1/+0
* crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton2022-02-051-10/+7
* crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri2022-02-052-0/+2
* hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski2022-02-051-1/+10
* crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa2022-02-051-4/+15
* crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa2022-02-052-0/+14
* crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa2022-02-051-1/+42
* hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski2022-02-051-0/+3
* hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski2022-02-051-1/+2
* hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski2022-02-051-2/+2
* hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski2022-02-051-2/+1
* hwrng: core - explicit ordering of initcallsDominik Brodowski2022-02-051-1/+1
* crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt2022-01-311-1/+1
* crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye2022-01-311-1/+1
* crypto: hisilicon/sec - use the correct print formatKai Ye2022-01-311-1/+1
* crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2022-01-312-2/+10
* crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye2022-01-311-0/+5