summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu
2023-10-20certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512Dimitri John Ledkov
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: x86/nhpoly1305 - implement ->digestEric Biggers
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov
2023-10-20crypto: x86/sha256 - implement ->digest for sha256Eric Biggers
2023-10-20crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers
2023-10-20crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers
2023-10-20crypto: shash - optimize the default digest and finupEric Biggers
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian
2023-10-13crypto: jitter - reuse allocated entropy collectorStephan Müller
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh
2023-10-13dt-bindings: crypto: qcom,prng: document SM8550Neil Armstrong
2023-10-13dt-bindings: crypto: qcom,prng: document that RNG on SM8450 is a TRNGNeil Armstrong
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu
2023-10-13crypto: xts - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: lrw - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: gcm - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: cts - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: ctr - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: ccm - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: authenc - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu
2023-10-13crypto: essiv - Handle lskcipher spawnsHerbert Xu