summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-14crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu1-2/+2
2022-03-14MAINTAINERS: update HPRE/SEC2/TRNG driver maintainers listLongfang Liu1-3/+3
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong1-6/+0
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-03-09crypto: arm64 - cleanup commentsTom Rix3-3/+3
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu1-1/+1
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu2-0/+14
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingKai Ye1-1/+1
2022-03-09crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe2-28/+9
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong1-4/+1
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie1-1/+1
2022-03-09crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang2-2/+6
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko1-2/+6
2022-03-03crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-03-03MAINTAINERS: Add maintainer for Xilinx ZynqMP SHA3 driverHarsha1-0/+5
2022-03-03crypto: xilinx - Add Xilinx SHA3 driverHarsha3-0/+294
2022-03-03firmware: xilinx: Add ZynqMP SHA API for SHA3 functionalityHarsha2-0/+34
2022-03-03crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha1-1/+1
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2-5/+29
2022-03-03crypto: cleanup commentsTom Rix6-10/+10
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange1-11/+29
2022-03-03lib/mpi: export mpi_rshiftNicolai Stange1-0/+1
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange1-1/+0
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange5-10/+63
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange1-7/+8
2022-03-03crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange1-0/+558
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange2-3/+138
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2-0/+908
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange2-1/+303
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange1-0/+208
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2-8/+35
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange2-4/+4
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