summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-05crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov4-26/+0
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap1-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-05dt-bindings: rng: meson: add meson-rng-s4 compatibleAlexey Romanov1-0/+1
2023-10-05hwrng: meson - add support for S4Alexey Romanov1-3/+77
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian8-63/+134
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu6-7/+34
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae1-9/+14
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae1-10/+9
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae1-16/+10
2023-10-05X.509: Add missing IMPLICIT annotations to AKID ASN.1 moduleLukas Wunner1-7/+17
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Fix the number of irqsFabio Estevam1-1/+21
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Document the clocksFabio Estevam1-0/+17
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Shorten the titleFabio Estevam1-2/+2
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2-7/+3
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König1-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook1-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01crypto: jitter - Allow configuration of oversampling rateStephan Müller2-2/+21
2023-10-01crypto: jitter - Allow configuration of memory sizeStephan Müller4-7/+65
2023-10-01crypto: jitter - add RCT/APT support for different OSRsStephan Müller3-117/+123
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier1-11/+97
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier1-0/+5
2023-10-01hwrng: stm32 - restrain RNG noise source clockGatien Chevallier1-2/+32
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier1-12/+41
2023-10-01hwrng: stm32 - implement error concealmentGatien Chevallier1-4/+110
2023-10-01hwrng: stm32 - implement STM32MP13x supportGatien Chevallier1-64/+158
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier1-7/+2
2023-10-01dt-bindings: rng: introduce new compatible for STM32MP13xGatien Chevallier1-1/+19
2023-10-01ipsec: Select CRYPTO_AEADHerbert Xu1-0/+1
2023-10-01dt-bindings: crypto: ice: document the sa8775p inline crypto engineBartosz Golaszewski1-0/+1
2023-09-20crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2-0/+24
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin1-0/+1
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin7-4/+71
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu1-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2-7/+7
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen2-288/+22
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen2-18/+72
2023-09-20crypto: cbc - Convert from skcipher to lskcipherHerbert Xu1-102/+61
2023-09-20crypto: ecb - Convert from skcipher to lskcipherHerbert Xu1-34/+156
2023-09-20crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu1-0/+19
2023-09-20crypto: lskcipher - Add compatibility wrapper around ECBHerbert Xu1-5/+52
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu8-45/+1086