summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov2023-10-201-3/+0
* crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-208-107/+2
* crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen2023-10-201-0/+14
* crypto: arm64/sha512 - clean up backwards function namesEric Biggers2023-10-201-7/+5
* crypto: arm64/sha256 - clean up backwards function namesEric Biggers2023-10-201-14/+12
* crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers2023-10-202-17/+17
* crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2023-10-202-19/+20
* crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers2023-10-202-14/+15
* crypto: x86/nhpoly1305 - implement ->digestEric Biggers2023-10-202-0/+18
* crypto: arm64/nhpoly1305 - implement ->digestEric Biggers2023-10-201-0/+9
* crypto: arm/nhpoly1305 - implement ->digestEric Biggers2023-10-201-0/+9
* crypto: adiantum - add fast path for single-page messagesEric Biggers2023-10-201-18/+47
* crypto: qat - fix double free during resetSvyatoslav Pankratov2023-10-201-1/+2
* crypto: x86/sha256 - implement ->digest for sha256Eric Biggers2023-10-201-0/+32
* crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers2023-10-201-0/+8
* crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers2023-10-201-9/+2
* crypto: shash - optimize the default digest and finupEric Biggers2023-10-201-2/+20
* crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers2023-10-201-8/+15
* crypto: virtio - handle config changed by work queuezhenwei pi2023-10-202-1/+16
* crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian2023-10-144-234/+191
* crypto: jitter - reuse allocated entropy collectorStephan Müller2023-10-133-12/+28
* hwrng: n2 - Use device_get_match_data()Rob Herring2023-10-131-7/+3
* crypto: aspeed-hace - Use device_get_match_data()Rob Herring2023-10-131-7/+3
* crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez2023-10-139-0/+355
* crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez2023-10-1312-5/+480
* crypto: qat - refactor included headersLucas Segarra Fernandez2023-10-132-1/+5
* crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh2023-10-131-7/+58
* dt-bindings: crypto: qcom,prng: document SM8550Neil Armstrong2023-10-131-0/+1
* dt-bindings: crypto: qcom,prng: document that RNG on SM8450 is a TRNGNeil Armstrong2023-10-131-5/+20
* crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2023-10-132-66/+1
* crypto: xts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
* crypto: lrw - Only access common skcipher fields on spawnHerbert Xu2023-10-131-7/+5
* crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
* crypto: gcm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
* crypto: cts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
* crypto: ctr - Only access common skcipher fields on spawnHerbert Xu2023-10-131-8/+6
* crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
* crypto: ccm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
* crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
* crypto: authenc - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
* crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
* crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
* crypto: essiv - Handle lskcipher spawnsHerbert Xu2023-10-131-10/+10
* crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu2023-10-131-0/+6
* crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu2023-10-132-38/+24
* crypto: skcipher - Add dependency on ecbHerbert Xu2023-10-131-1/+2
* crypto: qat - add namespace to driverGiovanni Cabiddu2023-10-138-0/+8
* crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-122-85/+0
* crypto: deflate - Remove zlib-deflateHerbert Xu2023-10-121-44/+17
* crypto: qat - Remove zlib-deflateHerbert Xu2023-10-121-128/+1