summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-27padata: Fix refcnt handling in padata_free_shell()WangJinchao1-1/+5
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch1-0/+1
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers3-11/+7
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu2-65/+41
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+8
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu1-0/+1
2023-10-20certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512Dimitri John Ledkov1-2/+4
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov1-5/+0
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov1-3/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov8-107/+2
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen1-0/+14
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers1-7/+5
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers1-14/+12
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers2-17/+17
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2-19/+20
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers2-14/+15
2023-10-20crypto: x86/nhpoly1305 - implement ->digestEric Biggers2-0/+18
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers1-18/+47
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-10-20crypto: x86/sha256 - implement ->digest for sha256Eric Biggers1-0/+32
2023-10-20crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers1-0/+8
2023-10-20crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers1-9/+2
2023-10-20crypto: shash - optimize the default digest and finupEric Biggers1-2/+20
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers1-8/+15
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi2-1/+16
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian4-234/+191
2023-10-13crypto: jitter - reuse allocated entropy collectorStephan Müller3-12/+28
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez9-0/+355
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez12-5/+480
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez2-1/+5
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh1-7/+58
2023-10-13dt-bindings: crypto: qcom,prng: document SM8550Neil Armstrong1-0/+1
2023-10-13dt-bindings: crypto: qcom,prng: document that RNG on SM8450 is a TRNGNeil Armstrong1-5/+20
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2-66/+1
2023-10-13crypto: xts - Only access common skcipher fields on spawnHerbert Xu1-5/+5
2023-10-13crypto: lrw - Only access common skcipher fields on spawnHerbert Xu1-7/+5
2023-10-13crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: gcm - Only access common skcipher fields on spawnHerbert Xu1-5/+4
2023-10-13crypto: cts - Only access common skcipher fields on spawnHerbert Xu1-6/+6
2023-10-13crypto: ctr - Only access common skcipher fields on spawnHerbert Xu1-8/+6
2023-10-13crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: ccm - Only access common skcipher fields on spawnHerbert Xu1-5/+4
2023-10-13crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: authenc - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu1-5/+5
2023-10-13crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu1-6/+6