summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu
2022-03-14MAINTAINERS: update HPRE/SEC2/TRNG driver maintainers listLongfang Liu
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin
2022-03-09crypto: arm64 - cleanup commentsTom Rix
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingKai Ye
2022-03-09crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe
2022-03-09crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie
2022-03-09crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko
2022-03-03crypto: vmx - add missing dependenciesPetr Vorel
2022-03-03MAINTAINERS: Add maintainer for Xilinx ZynqMP SHA3 driverHarsha
2022-03-03crypto: xilinx - Add Xilinx SHA3 driverHarsha
2022-03-03firmware: xilinx: Add ZynqMP SHA API for SHA3 functionalityHarsha
2022-03-03crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel
2022-03-03crypto: cleanup commentsTom Rix
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