aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange4-33/+10
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange2-0/+84
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange2-0/+103
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe1-0/+1
2022-03-03crypto: gemini - call finalize with bh disabledCorentin Labbe1-0/+2
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe1-0/+2
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2-0/+6
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2-0/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe1-48/+35
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea1-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea1-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea1-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea1-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea1-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea1-13/+30
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye1-3/+13
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef1-0/+7
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing1-8/+0
2022-02-23crypto: x86/blowfish - Remove unused inline functionsYueHaibing1-12/+0
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra5-14/+46
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski1-1/+63
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski1-13/+20
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski1-10/+14
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski1-20/+16
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe1-1/+0
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye1-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye1-11/+40
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall2-2/+2
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn1-2/+2
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn1-1/+1
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn1-1/+1
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba11-16/+252
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba3-17/+17
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba3-0/+37
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu2-0/+2
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu1-0/+1
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko1-3/+6
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe1-1/+1
2022-02-11crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel1-9/+3
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel17-208/+381
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus1-0/+1
2022-02-11crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller2-0/+13
2022-02-11crypto: hmac - add fips_skip supportStephan Müller2-0/+5
2022-02-05crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sgColin Ian King1-2/+2
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King1-1/+0
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton1-10/+7
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang1-224/+0
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri2-0/+2
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski1-1/+10