summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-14crypto: skcipher - remove redundant clamping to page sizeEric Biggers
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers
2025-01-14crypto: omap - switch from scatter_walk to plain offsetEric Biggers
2025-01-14crypto: powerpc/p10-aes-gcm - simplify handling of linear associated dataEric Biggers
2025-01-14crypto: bcm - Drop unused setting of local 'ptr' variableKrzysztof Kozlowski
2025-01-14crypto: hisilicon/qm - support new function communicationYang Shen
2025-01-14crypto: proc - Use str_yes_no() and str_no_yes() helpersThorsten Blum
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers
2025-01-04padata: fix sysfs store callback checkThomas Weißschuh
2025-01-04crypto: keywrap - remove unused keywrap algorithmEric Biggers
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers
2025-01-04dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322Md Sadre Alam
2025-01-04crypto: fips - Use str_enabled_disabled() helper in fips_enable()Thorsten Blum
2024-12-28crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar
2024-12-28crypto: lib/aesgcm - Reduce stack usage in libaesgcm_initHerbert Xu
2024-12-21crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor
2024-12-21crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori
2024-12-21crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin
2024-12-21crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin
2024-12-21crypto: x86/aes-xts - additional optimizationsEric Biggers
2024-12-21crypto: x86/aes-xts - more code size optimizationsEric Biggers
2024-12-21crypto: x86/aes-xts - change len parameter to intEric Biggers
2024-12-21crypto: x86/aes-xts - improve some commentsEric Biggers
2024-12-21crypto: x86/aes-xts - make the register aliases per-functionEric Biggers
2024-12-21crypto: x86/aes-xts - use .irp when usefulEric Biggers
2024-12-21crypto: x86/aes-gcm - tune better for AMD CPUsEric Biggers
2024-12-21crypto: x86/aes-gcm - code size optimizationEric Biggers
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert
2024-12-21rhashtable: Fix potential deadlock by moving schedule_work outside lockBreno Leitao
2024-12-14crypto: keywrap - remove assignment of 0 to cra_alignmaskEric Biggers
2024-12-14crypto: aegis - remove assignments of 0 to cra_alignmaskEric Biggers
2024-12-14crypto: x86 - remove assignments of 0 to cra_alignmaskEric Biggers
2024-12-14crypto: seed - stop using cra_alignmaskEric Biggers
2024-12-14crypto: khazad - stop using cra_alignmaskEric Biggers
2024-12-14crypto: tea - stop using cra_alignmaskEric Biggers
2024-12-14crypto: aria - stop using cra_alignmaskEric Biggers
2024-12-14crypto: anubis - stop using cra_alignmaskEric Biggers
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers
2024-12-14crypto: n2 - remove Niagara2 SPU driverEric Biggers
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers
2024-12-14crypto: ccp - Use scoped guard for mutexMario Limonciello
2024-12-14crypto: qce - switch to using a mutexBartosz Golaszewski
2024-12-14crypto: qce - convert tasklet to workqueueBartosz Golaszewski
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski
2024-12-14crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski
2024-12-14crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski
2024-12-14crypto: qce - shrink code with devres clk helpersBartosz Golaszewski
2024-12-14crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski
2024-12-14crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski