summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-10-27crypto: atmel-aes - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: aspeed-hace - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: aspeed-acry - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: amlogic-gxl-core - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: amcc/crypto4xx - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: jitter - use permanent health test storageStephan Müller-51/+74
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers-6/+0
2023-10-27crypto: hctr2 - stop using alignmask of shash_algEric Biggers-2/+1
2023-10-27crypto: adiantum - stop using alignmask of shash_algEric Biggers-2/+1
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers-3/+2
2023-10-27crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers-1/+1
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers-4/+0
2023-10-27crypto: shash - remove support for nonzero alignmaskEric Biggers-120/+8
2023-10-27crypto: xcbc - remove unnecessary alignment logicEric Biggers-22/+10
2023-10-27crypto: vmac - don't set alignmaskEric Biggers-1/+0
2023-10-27crypto: hmac - remove unnecessary alignment logicEric Biggers-34/+22
2023-10-27crypto: cmac - remove unnecessary alignment logicEric Biggers-28/+11
2023-10-27crypto: cbcmac - remove unnecessary alignment logicEric Biggers-10/+7
2023-10-27crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers-2/+0
2023-10-27crypto: mips/crc32 - remove redundant setting of alignmask to 0Eric Biggers-2/+0
2023-10-27crypto: xilinx/zynqmp-sha - remove unnecessary alignmaskEric Biggers-1/+0
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers-2/+0
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers-21/+24
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers-21/+35
2023-10-27dt-bindings: crypto: qcom,prng: document SA8775P and SC7280Om Prakash Singh-0/+2
2023-10-27crypto: rsa - Add module alias for pkcs1padHerbert Xu-0/+2
2023-10-27certs: Break circular dependency when selftest is modularHerbert Xu-21/+15
2023-10-27padata: Fix refcnt handling in padata_free_shell()WangJinchao-1/+5
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch-0/+1
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers-11/+7
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu-65/+41
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu-3/+8
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu-0/+1
2023-10-20certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512Dimitri John Ledkov-2/+4
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov-5/+0
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov-3/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov-107/+2
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen-0/+14
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers-7/+5
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers-14/+12
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers-17/+17
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers-19/+20
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers-14/+15
2023-10-20crypto: x86/nhpoly1305 - implement ->digestEric Biggers-0/+18
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers-0/+9
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers-0/+9
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers-18/+47