aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange2022-03-031-1/+0
* crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-035-10/+63
* crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange2022-03-031-7/+8
* crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+558
* crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange2022-03-032-3/+138
* crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-032-0/+908
* crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange2022-03-032-1/+303
* crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange2022-03-031-0/+208
* crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-032-8/+35
* crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-032-4/+4
* crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-034-33/+10
* crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-032-0/+84
* crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-032-0/+103
* crypto: engine - check if BH is disabled during completionCorentin Labbe2022-03-031-0/+1
* crypto: gemini - call finalize with bh disabledCorentin Labbe2022-03-031-0/+2
* crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-03-031-0/+2
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-032-0/+6
* crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-03-032-0/+6
* crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe2022-03-031-48/+35
* hwrng: atmel - remove extra lineClaudiu Beznea2022-03-031-1/+0
* hwrng: atmel - add runtime pm supportClaudiu Beznea2022-03-031-12/+32
* hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea2022-03-031-8/+4
* hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea2022-03-031-24/+25
* hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea2022-03-031-7/+7
* hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-03-031-0/+1
* hwrng: atmel - add wait for ready support on readClaudiu Beznea2022-03-031-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: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing2022-02-231-8/+0
* crypto: x86/blowfish - Remove unused inline functionsYueHaibing2022-02-231-12/+0
* 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: lrw - Add dependency on ecbHerbert Xu2022-02-182-0/+2
* crypto: xts - Add softdep on ecbHerbert Xu2022-02-181-0/+1
* 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: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel2022-02-111-9/+3