summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange
2022-03-03lib/mpi: export mpi_rshiftNicolai Stange
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange
2022-03-03crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe
2022-03-03crypto: gemini - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing
2022-02-23crypto: x86/blowfish - Remove unused inline functionsYueHaibing
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko