summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-15crypto: aesni - Move back to module_initHerbert Xu1-1/+1
2024-11-15crypto: lib/mpi - Export mpi_set_bitHerbert Xu1-0/+1
2024-11-15crypto: aes-gcm-p10 - Use the correct bit to test for P10Michal Suchanek1-1/+1
2024-11-15hwrng: amd - remove reference to removed PPC_MAPLE configLukas Bulwahn1-1/+1
2024-11-15crypto: arm/crct10dif - Implement plain NEON variantArd Biesheuvel2-9/+134
2024-11-15crypto: arm/crct10dif - Macroify PMULL asm codeArd Biesheuvel2-81/+83
2024-11-15crypto: arm/crct10dif - Use existing mov_l macro instead of __adrlArd Biesheuvel1-8/+3
2024-11-15crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback codeArd Biesheuvel2-194/+68
2024-11-15crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiplyArd Biesheuvel1-17/+104
2024-11-15crypto: arm64/crct10dif - Remove obsolete chunking logicArd Biesheuvel1-24/+6
2024-11-15crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-11-15crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-11-10hwrng: bcm74110 - Add Broadcom BCM74110 RNG driverMarkus Mayer3-0/+139
2024-11-10dt-bindings: rng: add binding for BCM74110 RNGMarkus Mayer1-0/+35
2024-11-10padata: Clean up in padata_do_multithreaded()Zicheng Qu1-7/+0
2024-11-10crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-11-10crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai1-1/+4
2024-11-10crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner4-5/+78
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian5-50/+110
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao12-111/+396
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert2-66/+0
2024-11-02hwrng: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König12-12/+12
2024-10-28crypto: starfive - remove unneeded crypto_engine_stop() callOvidiu Panait1-4/+1
2024-10-28crypto: tegra - remove unneeded crypto_engine_stop() callOvidiu Panait1-2/+0
2024-10-28crypto: api - move crypto_simd_disabled_for_test to libEric Biggers3-6/+13
2024-10-28crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-10-28dt-bindings: crypto: qcom-qce: document the SA8775P crypto engineYuvaraj Ranganathan1-0/+1
2024-10-28hwrng: airoha - add support for Airoha EN7581 TRNGChristian Marangi3-0/+257
2024-10-28dt-bindings: rng: add support for Airoha EN7581 TRNGChristian Marangi1-0/+38
2024-10-28crypto: qat - Fix typo "accelaration"WangYuli1-1/+1
2024-10-28crypto: x86/aegis128 - remove unneeded RETsEric Biggers1-6/+0
2024-10-28crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_ENDEric Biggers1-34/+0
2024-10-28crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers2-24/+17
2024-10-28crypto: x86/aegis128 - optimize partial block handling using SSE4.1Eric Biggers1-141/+95
2024-10-28crypto: x86/aegis128 - improve assembly function prototypesEric Biggers2-85/+112
2024-10-28crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers3-9/+7
2024-10-28crypto: x86/aegis128 - don't bother with special code for aligned dataEric Biggers1-100/+22
2024-10-28crypto: x86/aegis128 - eliminate some indirect callsEric Biggers2-43/+40
2024-10-28crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers1-11/+0
2024-10-28crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers1-14/+15
2024-10-28crypto: crc32c - Provide crc32c-arch driver for accelerated library codeArd Biesheuvel3-22/+75
2024-10-28crypto: crc32 - Provide crc32-arch driver for accelerated library codeArd Biesheuvel3-24/+73
2024-10-28crypto: drbg - Use str_true_false() and str_enabled_disabled() helpersThorsten Blum1-2/+3
2024-10-28hwrng: stm32 - update STM32MP15 RNG max clock frequencyGatien Chevallier1-1/+1
2024-10-28hwrng: stm32 - implement support for STM32MP25x platformsGatien Chevallier1-18/+56
2024-10-28dt-bindings: rng: add st,stm32mp25-rng supportGatien Chevallier1-1/+27
2024-10-28crypto: tegra - remove redundant error check on retColin Ian King1-2/+0
2024-10-28crypto: nx - Fix invalid wait context during kexec rebootVishal Chourasia1-1/+2
2024-10-28crypto: nx - Rename devdata_mutex to devdata_spinlockVishal Chourasia1-17/+17
2024-10-28crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...Yi Yang1-4/+8