summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-13hwrng: core - remove (un)register_miscdev()Masahiro Yamada
2024-07-13crypto: lib/mpi - delete unnecessary conditionDan Carpenter
2024-07-13crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers
2024-07-13crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir
2024-07-13hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini
2024-07-06crypto: starfive - Fix nent assignment in rsa decJia Jie Ho
2024-07-06crypto: starfive - Align rsa input data to 32-bitJia Jie Ho
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar
2024-07-06Documentation: qat: fix auto_reset attribute detailsDamian Muszynski
2024-07-06crypto: sun8i-ce - add Allwinner H616 supportAndre Przywara
2024-07-06crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara
2024-07-06dt-bindings: crypto: sun8i-ce: Add compatible for H616Andre Przywara
2024-06-28hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger
2024-06-28hwrng: exynos - Enable Exynos850 supportSam Protsenko
2024-06-28hwrng: exynos - Add SMC based TRNG operationSam Protsenko
2024-06-28hwrng: exynos - Implement bus clock controlSam Protsenko
2024-06-28hwrng: exynos - Use devm_clk_get_enabled() to get the clockSam Protsenko
2024-06-28hwrng: exynos - Improve coding styleSam Protsenko
2024-06-28dt-bindings: rng: Add Exynos850 support to exynos-trngSam Protsenko
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun
2024-06-28crypto: deflate - Add aliases to deflateKyle Meyer
2024-06-28crypto: tcrypt - add skcipher speed for given algSergey Portnoy
2024-06-21crypto: arm/crc32 - add kCFI annotations to asm routinesArd Biesheuvel
2024-06-21crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21crypto: arm - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21crypto: lib/mpi - Use swap() in mpi_powm()Jiapeng Chong
2024-06-21crypto: lib/mpi - Use swap() in mpi_ec_mul_point()Jiapeng Chong
2024-06-21crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-21hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21crypto: arm64 - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman
2024-06-16crypto: ecc - Fix off-by-one missing to clear most significant digitStefan Berger
2024-06-16crypto: ecc - Add comment to ecc_digits_from_bytes about input byte arrayStefan Berger
2024-06-16hwrng: core - Remove list.h from the hw_random.hAndy Shevchenko
2024-06-16dt-bindings: rng: meson: add optional power-domainsNeil Armstrong
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips
2024-06-07hwrng: omap - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07crypto: xilinx - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07crypto: sa2ul - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-07crypto: x86/aes-gcm - rewrite the AES-NI optimized AES-GCMEric Biggers
2024-06-07crypto: x86/aes-gcm - add VAES and AVX512 / AVX10 optimized AES-GCMEric Biggers
2024-06-07crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu
2024-06-07hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut
2024-06-07hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut
2024-06-07hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut